summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2011-01-24 16:59:04 +0100
committerSteve Markgraf <steve@steve-m.de>2011-01-24 16:59:04 +0100
commit78345a75d3ef0e3a2d6b2bb58d7d234c1483d302 (patch)
treebefed468e468298e3f9127fc67b800314a2ed556 /src/target/firmware/Makefile
parent524de77ac4faa812d8ba0df3a3343c0b9b0bf70a (diff)
firmware: Add support for the Pirelli DP-L10 triband GSM/Wifi phone
Signed-off-by: Steve Markgraf <steve@steve-m.de>
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index 20547763..ad46fb54 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -1,7 +1,7 @@
# List of all supported boards (meant to be overridden on command line)
-BOARDS?=compal_e88 compal_e86 compal_e99 gta0x
+BOARDS?=compal_e88 compal_e86 compal_e99 gta0x pirelli_dpl10
# List of all applications (meant to be overridden on command line)
APPLICATIONS?=hello_world compal_dsp_dump layer1 loader simtest chainload
@@ -16,6 +16,11 @@ calypso_COMMON_OBJS=board/common/calypso_uart.o board/common/calypso_pwl.o
gta0x_OBJS=$(calypso_COMMON_OBJS) board/gta0x/rffe_gta0x_triband.o board/gta0x/init.o board/gta0x/rf_power.o
gta0x_ENVIRONMENTS=highram
+# Pirelli DP-L10
+
+pirelli_dpl10_OBJS=$(calypso_COMMON_OBJS) board/pirelli_dpl10/rffe_dpl10_triband.o board/pirelli_dpl10/init.o board/pirelli_dpl10/rf_power.o
+pirelli_dpl10_ENVIRONMENTS=highram
+
# Compal Generic
compal_COMMON_OBJS=$(calypso_COMMON_OBJS) board/compal/rffe_dualband.o board/compal/rf_power.o