summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht2010-07-15 21:41:29 +0200
committerIngo Albrecht2010-07-15 21:41:29 +0200
commit1c8c9b8cfdf7cf6e160d0baee6e89bcb8782c25b (patch)
tree6422a3d31b4080dc3e28517c73810290bdf89657 /src/target/firmware/Makefile
parent[layer23] Changed the rxlev values in gsm322.c to GSM format (diff)
downloadosmocom-1c8c9b8cfdf7cf6e160d0baee6e89bcb8782c25b.tar.gz
osmocom-1c8c9b8cfdf7cf6e160d0baee6e89bcb8782c25b.tar.xz
osmocom-1c8c9b8cfdf7cf6e160d0baee6e89bcb8782c25b.zip
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 ca0a13c..a78d522 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)