summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax-2.6/image/e100boot/src/cbl/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-06-02 23:17:43 +0000
committerJohn Crispin <john@openwrt.org>2007-06-02 23:17:43 +0000
commit668d3116796d5c121f058ed91b384b1bdb226aca (patch)
treec2ed957cb134ee27d41f5455a7cce9245237bdfb /target/linux/etrax-2.6/image/e100boot/src/cbl/Makefile
parentc879774b35a935881ad9780d355caa4d5c865336 (diff)
downloadmaster-31e0f0ae-668d3116796d5c121f058ed91b384b1bdb226aca.tar.gz
master-31e0f0ae-668d3116796d5c121f058ed91b384b1bdb226aca.tar.bz2
master-31e0f0ae-668d3116796d5c121f058ed91b384b1bdb226aca.zip
the etrax bootloader tools source was added on initial merge, it is now sitting on the acme site, source should not be in this folder
SVN-Revision: 7465
Diffstat (limited to 'target/linux/etrax-2.6/image/e100boot/src/cbl/Makefile')
-rw-r--r--target/linux/etrax-2.6/image/e100boot/src/cbl/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/etrax-2.6/image/e100boot/src/cbl/Makefile b/target/linux/etrax-2.6/image/e100boot/src/cbl/Makefile
deleted file mode 100644
index af7ed075d1..0000000000
--- a/target/linux/etrax-2.6/image/e100boot/src/cbl/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Makefile to generate .ima files for e100boot
-#
-# Hacked by ronny, rehacked by ronny
-#
-# $Id: Makefile,v 1.26 2003/03/13 14:18:31 cii Exp $
-#
-
-DIRS := net net_noleds ser ser_noleds
-
-all: $(DIRS)
- @for d in $(DIRS); do \
- echo -e "\n### Making $$d"; \
- make -C $$d || exit; \
- done
- @echo "***************************************************************"
- @./free_size
- @echo "***************************************************************"
-
-clean:
- rm -f *.ima
- @for d in $(DIRS); do \
- echo -e "\n### Cleaning $$d"; \
- make -C $$d clean || exit; \
- done;