diff options
Diffstat (limited to 'target/linux/avr32/image/Makefile')
-rw-r--r-- | target/linux/avr32/image/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/avr32/image/Makefile b/target/linux/avr32/image/Makefile index 3568984189..cbaf07dfb3 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 |