mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
8fc5e33ae1
commit
b1c72afd4d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue