mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
simulator: Fix Samsung YP-R0 windows simulator build
Change-Id: I2940cd9fed7e24c17d221402928737606d4d0ab6
This commit is contained in:
parent
8e280bdda8
commit
dca5fb9514
1 changed files with 1 additions and 3 deletions
|
@ -94,14 +94,12 @@ target/hosted/filesystem-unix.c
|
||||||
target/hosted/filesystem-app.c
|
target/hosted/filesystem-app.c
|
||||||
#endif /* APPLICATION */
|
#endif /* APPLICATION */
|
||||||
|
|
||||||
#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)
|
#if (defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) && !defined(SIMULATOR)
|
||||||
target/hosted/kernel-unix.c
|
target/hosted/kernel-unix.c
|
||||||
target/hosted/filesystem-unix.c
|
target/hosted/filesystem-unix.c
|
||||||
#ifndef SIMULATOR
|
|
||||||
target/hosted/lc-unix.c
|
target/hosted/lc-unix.c
|
||||||
drivers/lcd-memframe.c
|
drivers/lcd-memframe.c
|
||||||
target/hosted/samsungypr/lcd-ypr.c
|
target/hosted/samsungypr/lcd-ypr.c
|
||||||
#endif
|
|
||||||
target/hosted/samsungypr/gpio-ypr.c
|
target/hosted/samsungypr/gpio-ypr.c
|
||||||
#if CONFIG_TUNER
|
#if CONFIG_TUNER
|
||||||
target/hosted/samsungypr/radio-ypr.c
|
target/hosted/samsungypr/radio-ypr.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue