summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-26 20:45:59 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-26 20:45:59 -0400
commitdca5fb9514cb88abfcdd4c0237f5742f07b68ba8 (patch)
treeb234a5233c031fcf3ad5590eb142ff82922ba14f
parent8e280bdda84dabfd6d17eb52cd51ea78cfb8829a (diff)
downloadrockbox-dca5fb9514cb88abfcdd4c0237f5742f07b68ba8.tar.gz
rockbox-dca5fb9514cb88abfcdd4c0237f5742f07b68ba8.zip
simulator: Fix Samsung YP-R0 windows simulator build
Change-Id: I2940cd9fed7e24c17d221402928737606d4d0ab6
-rw-r--r--firmware/SOURCES4
1 files changed, 1 insertions, 3 deletions
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
94target/hosted/filesystem-app.c 94target/hosted/filesystem-app.c
95#endif /* APPLICATION */ 95#endif /* APPLICATION */
96 96
97#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) 97#if (defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) && !defined(SIMULATOR)
98target/hosted/kernel-unix.c 98target/hosted/kernel-unix.c
99target/hosted/filesystem-unix.c 99target/hosted/filesystem-unix.c
100#ifndef SIMULATOR
101target/hosted/lc-unix.c 100target/hosted/lc-unix.c
102drivers/lcd-memframe.c 101drivers/lcd-memframe.c
103target/hosted/samsungypr/lcd-ypr.c 102target/hosted/samsungypr/lcd-ypr.c
104#endif
105target/hosted/samsungypr/gpio-ypr.c 103target/hosted/samsungypr/gpio-ypr.c
106#if CONFIG_TUNER 104#if CONFIG_TUNER
107target/hosted/samsungypr/radio-ypr.c 105target/hosted/samsungypr/radio-ypr.c