diff --git a/firmware/SOURCES b/firmware/SOURCES index b836601ed3..75ea8b136e 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -94,14 +94,12 @@ target/hosted/filesystem-unix.c target/hosted/filesystem-app.c #endif /* APPLICATION */ -#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) +#if (defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) && !defined(SIMULATOR) target/hosted/kernel-unix.c target/hosted/filesystem-unix.c -#ifndef SIMULATOR target/hosted/lc-unix.c drivers/lcd-memframe.c target/hosted/samsungypr/lcd-ypr.c -#endif target/hosted/samsungypr/gpio-ypr.c #if CONFIG_TUNER target/hosted/samsungypr/radio-ypr.c