[ifxmips] remove svn:executable property from u-boot source files
[openwrt.git] / target / linux / ifxmips / image / Makefile
index 4108298..94eefe8 100644 (file)
@@ -7,6 +7,14 @@
 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/BuildKernel
        $(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux $(KDIR)/vmlinux.lzma
        mkimage -A mips -O linux -T kernel -a 0x80002000 -C lzma -e \
This page took 0.019097 seconds and 4 git commands to generate.