summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-04-11 07:23:09 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-20 14:41:19 +0200
commit9628050edb1be870302645d7bcd73535e9396484 (patch)
treec13839c55f4a304cdae920af96046e16edb42d58 /src/target/firmware/Makefile
parente9b639ca87dd8afed876a87e65550330a45ffcf1 (diff)
firmware: removed old compal_dump.
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 46cd6d4c..6e34c967 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -26,7 +26,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 simtest
+APPLICATIONS=hello_world 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)