summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-03-24 03:11:32 +0100
committerHarald Welte <laforge@gnumonks.org>2010-04-08 10:35:25 +0200
commit2ecca7582a0fefd54146bd3e5588bec0cf117a9b (patch)
tree272b50238c72aa9b86177a61a7d8fb999f639d6a /src/target/firmware/Makefile
parent536626044878857667d2d361cd5f021175715567 (diff)
firmware: Allow for selective board and environment builds.
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index 540ba238..7c6ba7a3 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -12,13 +12,13 @@ RF_OBJS=rf/trf6151.o
START=board/common/compal_ramload_start.S
# List of all supported boards
-BOARDS=compal_e88 compal_e99
+BOARDS?=compal_e88 compal_e99
compal_COMMON_OBJS=board/common/rffe_compal_dualband.o board/common/calypso_uart.o board/common/calypso_pwl.o
compal_e88_OBJS=$(compal_COMMON_OBJS) board/compal_e88/init.o
compal_e99_OBJS=$(compal_COMMON_OBJS) board/compal_e99/init.o
# List of all supported execution environments
-ENVIRONMENTS=ramload osmoload
+ENVIRONMENTS?=ramload osmoload
ramload_LDS=board/common/compal_ramload.lds
osmoload_LDS=board/common/compal_osmoload.lds