[brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is not
[openwrt.git] / target / linux / ifxmips / image / Makefile
index e2ea855..15e0bc5 100644 (file)
@@ -7,14 +7,6 @@
 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.023749 seconds and 4 git commands to generate.