summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-07-15 21:41:29 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-15 21:41:29 +0200
commit1c8c9b8cfdf7cf6e160d0baee6e89bcb8782c25b (patch)
tree6422a3d31b4080dc3e28517c73810290bdf89657 /src/target/firmware/Makefile
parenta806bb015abe4ea539dfb3200f7233db0b6c7cce (diff)
firmware: sim controller driver by dexter
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index ca0a13c1..a78d5227 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -25,7 +25,7 @@ ramload_LDS=board/common/compal_ramload.lds
osmoload_LDS=board/common/compal_osmoload.lds
# List of all applications (add yours here!)
-APPLICATIONS=hello_world compal_dump compal_dsp_dump layer1 loader
+APPLICATIONS=hello_world compal_dump compal_dsp_dump layer1 loader simtest
# Things that go in all applications
ANY_APP_OBJS+=$(START:.S=.o) $(ABB_OBJS) $(RF_OBJS) $(DISPLAY_OBJS) $(FLASH_OBJS)