summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2011-09-18 02:15:24 +0200
committerSteve Markgraf <steve@steve-m.de>2011-09-18 02:15:24 +0200
commit2a64b42111e50d71198bfec1ab28d01e6d1cfd2b (patch)
tree2b8ea28aa33a596aa403926e899a1ef8263bfd91 /src/target/firmware/Makefile
parenta6ae8a3b7a11d01e70a7211e11907f4c3cdde756 (diff)
fw: Add SE J100i-specific board init code and build images for it
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 f394527e..4ccd3956 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 pirelli_dpl10
+BOARDS?=compal_e88 compal_e86 compal_e99 se_j100 gta0x pirelli_dpl10
# List of all applications (meant to be overridden on command line)
APPLICATIONS?=hello_world compal_dsp_dump layer1 loader simtest chainload
@@ -57,6 +57,11 @@ e99loader_LDS=board/compal_e99/loader.lds
e99loader_OBJS=board/compal/header.o
e99flash_LDS=board/compal_e99/flash.lds
+# Sony Ericsson J100 (made by Compal)
+
+se_j100_OBJS=$(compal_COMMON_OBJS) board/se_j100/init.o
+se_j100_ENVIRONMENTS=$(compal_COMMON_ENVIRONMENTS)
+
# Global include path
INCLUDES=-Iinclude/ -I../../../include -I../../shared/libosmocore/include