diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-06-05 03:39:52 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-06-05 03:39:52 +0000 |
commit | f22f5dfc3bf7e1025251ce10c2762e6478e1de41 (patch) | |
tree | 82d412f636b1478a6f9433aa2033cfe383e03dfd /target/linux/at91-2.6/image/Makefile | |
parent | 141ad731f90776e11530ba5286f7c396e589686b (diff) | |
download | master-187ad058-f22f5dfc3bf7e1025251ce10c2762e6478e1de41.tar.gz master-187ad058-f22f5dfc3bf7e1025251ce10c2762e6478e1de41.tar.bz2 master-187ad058-f22f5dfc3bf7e1025251ce10c2762e6478e1de41.zip |
Removed romboot from tree - replaced by dfboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91-2.6/image/Makefile')
-rw-r--r-- | target/linux/at91-2.6/image/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/at91-2.6/image/Makefile b/target/linux/at91-2.6/image/Makefile index b498059a57..f0b9dc507d 100644 --- a/target/linux/at91-2.6/image/Makefile +++ b/target/linux/at91-2.6/image/Makefile @@ -9,13 +9,11 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk define Build/Clean -# $(MAKE) -C romboot clean $(MAKE) -C dfboot clean $(MAKE) -C u-boot clean endef define Build/Compile -# $(MAKE) -C romboot compile $(MAKE) -C dfboot compile $(MAKE) -C u-boot compile $(KDIR)/u-boot-1.1.4/tools/ubparams |