summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2010-05-17 01:37:03 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-17 09:24:01 +0200
commit2da7327a28d6fce05e06cf52ce16d5612fcd9701 (patch)
treef60c35072a331fca9aea8a7683147e59ff38cf59 /src/target/firmware/Makefile
parent9030db46cc3f89efd613ab064930db548ed8874f (diff)
Add new board gta0x (for Openmoko Freerunner devices) and build it
For now just copied over the compal_e88 init.c and adapted the RF frontend functions. For osmocon to work with the GSM download cable SERCOMM_UART_NR and CONS_UART_NR need to be switched.
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index 43aca7c4..ca0a13c1 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -12,10 +12,12 @@ 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 gta0x
compal_COMMON_OBJS=board/common/rffe_compal_dualband.o board/common/calypso_uart.o board/common/calypso_pwl.o
+gta0x_COMMON_OBJS=board/common/rffe_gta0x_triband.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
+gta0x_OBJS=$(gta0x_COMMON_OBJS) board/gta0x/init.o
# List of all supported execution environments
ENVIRONMENTS?=ramload osmoload