diff options
author | Lorenzo Miori <memoryS60@gmail.com> | 2017-04-25 11:55:16 +0200 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-07 16:50:19 +0000 |
commit | b1c72afd4d898048f34608679ba5b91773290a26 (patch) | |
tree | 360fa318c903ee1f63a839173524dc7bd5f8528b /firmware/SOURCES | |
parent | 8fc5e33ae1ab5712d6ed53dbcb8f60fd6e628198 (diff) |
Samsung YP-R0: fix simulator build
Protect source code files which are not meant to be built on simulator builds.
Change-Id: I81ad440d8f86e9eda27807e6b71647ced5071b44
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 2 |
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 #if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) 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 |