enable optional building of u-boot for avr32
[openwrt.git] / target / linux / avr32 / image / Makefile
index 3568984..cbaf07d 100644 (file)
@@ -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
This page took 0.021383 seconds and 4 git commands to generate.