simulator: Fix Samsung YP-R0 windows simulator build

Change-Id: I2940cd9fed7e24c17d221402928737606d4d0ab6
This commit is contained in:
Solomon Peachy 2024-06-26 20:45:59 -04:00
parent 8e280bdda8
commit dca5fb9514

View file

@ -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