summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-03-07 15:04:03 +0100
committerIngo Albrecht <prom@berlin.ccc.de>2010-03-07 15:04:03 +0100
commit11d9b613b4e66b7c4c338f2096690cc6731f6601 (patch)
tree2c4eebc5b60e1388b69cdac050a05db3e9c904c6 /src/target/firmware/Makefile
parenta4bb938b397cb176ce70bf3db5c53c52598b78d1 (diff)
firmware: multi-board build support
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index ec5637f1..02e800f5 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -7,16 +7,18 @@ FLASH_OBJS=flash/cfi_flash.o
DISPLAY_OBJS=display/font_r8x8.o display/font_r8x8_horiz.o display/st7558.o display/ssd1783.o
ABB_OBJS=abb/twl3025.o
RF_OBJS=rf/trf6151.o
-BOARD_C123_OBJS=board/common/rffe_compal_dualband.o board/compal_e88/init.o
# Board- and environment-specific startup code and linker script
START=board/common/compal_ramload_start.S
LDS=board/common/compal_ramload.lds
+BOARDS=compal_e88
+compal_e88_OBJS=board/common/rffe_compal_dualband.o board/compal_e88/init.o
+
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)
+ANY_APP_OBJS+=$(START:.S=.o) $(ABB_OBJS) $(RF_OBJS) $(DISPLAY_OBJS) $(FLASH_OBJS)
ANY_APP_LIBS+=calypso/libcalypso.a layer1/liblayer1.a lib/libmini.a comm/libcomm.a
# Libraries are defined in subdirectories