summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-04-11 01:38:24 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-20 14:41:19 +0200
commite258b5db7972e13d0dd82d2f70308a81a3e93412 (patch)
tree397123c834de3294c071cdacdf3f541725cd53ca /src/target/firmware/Makefile
parentd25e7b135a41be556aea60db9dbadde53be89799 (diff)
firmware: linker script for flashed app on e88.
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index a78d5227..46cd6d4c 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -20,7 +20,8 @@ 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
+ENVIRONMENTS?=app ramload osmoload
+app_LDS=board/common/compal_app.lds
ramload_LDS=board/common/compal_ramload.lds
osmoload_LDS=board/common/compal_osmoload.lds