summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-02-28 20:17:41 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-07 12:03:55 +0100
commit6573353f5ef324ee9e8e3d11370c37f14f718930 (patch)
treec813cc3ad1bbe926cdd99d74c4a0d395633e9e69 /src/target/firmware/Makefile
parentae4c1c8d45edcf29d7eecceefc41af5389f355f9 (diff)
Skeleton of bootloader.
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index 06c4df40..d02d9404 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -13,8 +13,7 @@ BOARD_C123_OBJS=board/common/rffe_compal_dualband.o board/compal_e88/init.o
START=board/common/compal_ramload_start.S
LDS=board/common/compal_ramload.lds
-# The objects that we want to link with every application
-APPLICATIONS=hello_world l1test compal_dump compal_dsp_dump layer1
+APPLICATIONS=hello_world l1test compal_dump compal_dsp_dump layer1 loader
# Things that go in all applications
ANY_APP_OBJS+=$(START:.S=.o) $(ABB_OBJS) $(RF_OBJS) $(DISPLAY_OBJS) $(FLASH_OBJS) $(BOARD_C123_OBJS)