Samsung YP-R0: fix simulator build

Protect source code files which are not meant to be built on simulator builds.

Change-Id: I81ad440d8f86e9eda27807e6b71647ced5071b44
This commit is contained in:
Lorenzo Miori 2017-04-25 11:55:16 +02:00 committed by Solomon Peachy
parent 8fc5e33ae1
commit b1c72afd4d

View file

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