summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Miori <memoryS60@gmail.com>2017-04-25 11:55:16 +0200
committerSolomon Peachy <pizza@shaftnet.org>2020-07-07 16:50:19 +0000
commitb1c72afd4d898048f34608679ba5b91773290a26 (patch)
tree360fa318c903ee1f63a839173524dc7bd5f8528b
parent8fc5e33ae1ab5712d6ed53dbcb8f60fd6e628198 (diff)
downloadrockbox-b1c72afd4d898048f34608679ba5b91773290a26.tar.gz
rockbox-b1c72afd4d898048f34608679ba5b91773290a26.zip
Samsung YP-R0: fix simulator build
Protect source code files which are not meant to be built on simulator builds. Change-Id: I81ad440d8f86e9eda27807e6b71647ced5071b44
-rw-r--r--firmware/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 459006e5a7..5caed4647b 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -86,9 +86,11 @@ target/hosted/filesystem-app.c
86#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) 86#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)
87target/hosted/kernel-unix.c 87target/hosted/kernel-unix.c
88target/hosted/filesystem-unix.c 88target/hosted/filesystem-unix.c
89#ifndef SIMULATOR
89target/hosted/lc-unix.c 90target/hosted/lc-unix.c
90drivers/lcd-memframe.c 91drivers/lcd-memframe.c
91target/hosted/samsungypr/lcd-ypr.c 92target/hosted/samsungypr/lcd-ypr.c
93#endif
92target/hosted/samsungypr/gpio-ypr.c 94target/hosted/samsungypr/gpio-ypr.c
93#if CONFIG_TUNER 95#if CONFIG_TUNER
94target/hosted/samsungypr/radio-ypr.c 96target/hosted/samsungypr/radio-ypr.c