summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 75ea8b136e..192cdb711d 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -62,6 +62,10 @@ common/bootdata.c
62#endif 62#endif
63#endif 63#endif
64 64
65#if defined(HAVE_DEVICEDATA)
66common/devicedata.c
67#endif
68
65#ifdef HAVE_SDL 69#ifdef HAVE_SDL
66target/hosted/sdl/button-sdl.c 70target/hosted/sdl/button-sdl.c
67target/hosted/sdl/kernel-sdl.c 71target/hosted/sdl/kernel-sdl.c
@@ -1646,9 +1650,9 @@ target/mips/ingenic_jz47xx/kernel-jz4760.c
1646target/mips/ingenic_jz47xx/i2c-jz4760.c 1650target/mips/ingenic_jz47xx/i2c-jz4760.c
1647target/mips/ingenic_jz47xx/lcd-jz4760.c 1651target/mips/ingenic_jz47xx/lcd-jz4760.c
1648target/mips/ingenic_jz47xx/system-jz4760.c 1652target/mips/ingenic_jz47xx/system-jz4760.c
1649target/mips/ingenic_jz47xx/usb-jz4760.c
1650target/mips/ingenic_jz47xx/timer-jz4760.c 1653target/mips/ingenic_jz47xx/timer-jz4760.c
1651#ifndef BOOTLOADER 1654#ifndef BOOTLOADER
1655target/mips/ingenic_jz47xx/usb-jz4760.c
1652target/mips/ingenic_jz47xx/codec-jz4760.c 1656target/mips/ingenic_jz47xx/codec-jz4760.c
1653target/mips/ingenic_jz47xx/pcm-jz4760.c 1657target/mips/ingenic_jz47xx/pcm-jz4760.c
1654#endif /* BOOTLOADER */ 1658#endif /* BOOTLOADER */