summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES11
1 files changed, 4 insertions, 7 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index e827f964f5..75ea8b136e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -94,14 +94,12 @@ target/hosted/filesystem-unix.c
94target/hosted/filesystem-app.c 94target/hosted/filesystem-app.c
95#endif /* APPLICATION */ 95#endif /* APPLICATION */
96 96
97#if defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) 97#if (defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) && !defined(SIMULATOR)
98target/hosted/kernel-unix.c 98target/hosted/kernel-unix.c
99target/hosted/filesystem-unix.c 99target/hosted/filesystem-unix.c
100#ifndef SIMULATOR
101target/hosted/lc-unix.c 100target/hosted/lc-unix.c
102drivers/lcd-memframe.c 101drivers/lcd-memframe.c
103target/hosted/samsungypr/lcd-ypr.c 102target/hosted/samsungypr/lcd-ypr.c
104#endif
105target/hosted/samsungypr/gpio-ypr.c 103target/hosted/samsungypr/gpio-ypr.c
106#if CONFIG_TUNER 104#if CONFIG_TUNER
107target/hosted/samsungypr/radio-ypr.c 105target/hosted/samsungypr/radio-ypr.c
@@ -1568,6 +1566,9 @@ target/arm/s5l8702/clocking-s5l8702.c
1568target/arm/s5l8702/ipod6g/lcd-6g.c 1566target/arm/s5l8702/ipod6g/lcd-6g.c
1569target/arm/s5l8702/ipod6g/lcd-asm-6g.S 1567target/arm/s5l8702/ipod6g/lcd-asm-6g.S
1570target/arm/s5l8702/ipod6g/piezo-6g.c 1568target/arm/s5l8702/ipod6g/piezo-6g.c
1569target/arm/s5l8702/spi-s5l8702.c
1570target/arm/s5l8702/crypto-s5l8702.c
1571target/arm/s5l8702/nor-s5l8702.c
1571#if 0 //TODO 1572#if 0 //TODO
1572target/arm/s5l8702/postmortemstub.S 1573target/arm/s5l8702/postmortemstub.S
1573#endif 1574#endif
@@ -1587,10 +1588,6 @@ target/arm/s5l8702/debug-s5l8702.c
1587target/arm/s5l8702/pcm-s5l8702.c 1588target/arm/s5l8702/pcm-s5l8702.c
1588target/arm/s5l8702/ipod6g/audio-6g.c 1589target/arm/s5l8702/ipod6g/audio-6g.c
1589target/arm/s5l8702/ipod6g/cscodec-6g.c 1590target/arm/s5l8702/ipod6g/cscodec-6g.c
1590#else
1591target/arm/s5l8702/spi-s5l8702.c
1592target/arm/s5l8702/crypto-s5l8702.c
1593target/arm/s5l8702/nor-s5l8702.c
1594#endif /* BOOTLOADER */ 1591#endif /* BOOTLOADER */
1595#endif /* IPOD_6G */ 1592#endif /* IPOD_6G */
1596 1593