summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index f6d35fb5ea..87cadfd55f 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -57,6 +57,9 @@ target/hosted/rolo.c
57 57
58#if defined(HAVE_BOOTDATA) || defined(HAVE_MULTIBOOT) 58#if defined(HAVE_BOOTDATA) || defined(HAVE_MULTIBOOT)
59common/multiboot.c 59common/multiboot.c
60#ifndef BOOTLOADER
61common/bootdata.c
62#endif
60#endif 63#endif
61 64
62#ifdef HAVE_SDL 65#ifdef HAVE_SDL