summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 2e2f13bbe9..812174500e 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -51,6 +51,10 @@ panic.c
51target/hosted/rolo.c 51target/hosted/rolo.c
52#endif 52#endif
53 53
54#if defined(HAVE_BOOTDATA) || defined(HAVE_MULTIBOOT)
55common/multiboot.c
56#endif
57
54#ifdef HAVE_SDL 58#ifdef HAVE_SDL
55target/hosted/sdl/button-sdl.c 59target/hosted/sdl/button-sdl.c
56target/hosted/sdl/kernel-sdl.c 60target/hosted/sdl/kernel-sdl.c