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 | 04479e30add673b0af0221596eaa6ede55ea9a21 (patch) | |
tree | bf5a99ae2c744550800d11d26bc04934f0c9a403 /target/linux/at91-2.6/image/Makefile | |
parent | c8f4767eaffb75a5344f806934af9e782395b681 (diff) | |
download | upstream-04479e30add673b0af0221596eaa6ede55ea9a21.tar.gz upstream-04479e30add673b0af0221596eaa6ede55ea9a21.tar.bz2 upstream-04479e30add673b0af0221596eaa6ede55ea9a21.zip |
Removed romboot from tree - replaced by dfboot
SVN-Revision: 7500
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 |