summaryrefslogtreecommitdiffstats
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-01 16:52:57 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-01 16:52:57 +0000
commite6c023cb64dea599bb711b2b4ddb197efdb1d187 (patch)
tree4e3d3b6a1bb16afd7e76fee8760ce53c76c7cdd3 /firmware/SOURCES
parenta4837027c5fd5afeb404887ae632af6abd010591 (diff)
downloadrockbox-e6c023cb64dea599bb711b2b4ddb197efdb1d187.tar.gz
rockbox-e6c023cb64dea599bb711b2b4ddb197efdb1d187.zip
Fix Onda VX747 bootloader build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20154 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 3046cbc340..de42ada0cc 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1226,14 +1226,16 @@ drivers/qt1106.c
#if CONFIG_CPU==JZ4732
target/mips/ingenic_jz47xx/ata-nand-jz4740.c
target/mips/ingenic_jz47xx/ata-sd-jz4740.c
-target/mips/ingenic_jz47xx/codec-jz4740.c
target/mips/ingenic_jz47xx/debug-jz4740.c
target/mips/ingenic_jz47xx/kernel-jz4740.c
target/mips/ingenic_jz47xx/i2c-jz4740.c
target/mips/ingenic_jz47xx/lcd-jz4740.c
-target/mips/ingenic_jz47xx/pcm-jz4740.c
target/mips/ingenic_jz47xx/system-jz4740.c
target/mips/ingenic_jz47xx/usb-jz4740.c
+#ifndef BOOTLOADER
+target/mips/ingenic_jz47xx/codec-jz4740.c
+target/mips/ingenic_jz47xx/pcm-jz4740.c
+#endif
drivers/nand_id.c
#endif