From 32e1595fb5006c7a41dbb38361dd3a4d658aa720 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 28 Apr 2008 14:10:09 +0000 Subject: enable optional building of u-boot for avr32 SVN-Revision: 10961 --- target/linux/avr32/image/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/avr32/image/Makefile') diff --git a/target/linux/avr32/image/Makefile b/target/linux/avr32/image/Makefile index 3568984..cbaf07d 100644 --- a/target/linux/avr32/image/Makefile +++ b/target/linux/avr32/image/Makefile @@ -4,9 +4,18 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # + include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk +define Build/Clean + $(MAKE) -C u-boot clean +endef + +define Build/Compile + $(MAKE) -C u-boot compile +endef + define Image/Prepare cp $(LINUX_DIR)/arch/avr32/boot/images/uImage $(KDIR)/uImage endef -- cgit v1.1