diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-05 03:39:52 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-05 03:39:52 +0000 |
commit | 15057b49963622fe724833f1405667b4215faace (patch) | |
tree | 82d412f636b1478a6f9433aa2033cfe383e03dfd /target/linux/at91-2.6/image/Makefile | |
parent | 775ea3df553b06831aaa982748ee2bf73586cd57 (diff) |
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 b498059a5..f0b9dc507 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 |