aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/image/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-28 19:53:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-28 19:53:41 +0000
commitf5345b1aabed2f76933ba40b9be672f639a62b5c (patch)
treea2b20d7ed8890acb2de9a5436db408b52a2f1aac /target/linux/ifxmips/image/Makefile
parent68f8bcd23666dd5ad3e58e2fe9a79ff1d57e0746 (diff)
downloadmaster-187ad058-f5345b1aabed2f76933ba40b9be672f639a62b5c.tar.gz
master-187ad058-f5345b1aabed2f76933ba40b9be672f639a62b5c.tar.bz2
master-187ad058-f5345b1aabed2f76933ba40b9be672f639a62b5c.zip
move ifxmips uboot to package/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11601 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/image/Makefile')
-rw-r--r--target/linux/ifxmips/image/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/ifxmips/image/Makefile b/target/linux/ifxmips/image/Makefile
index e2ea855d9b..15e0bc5dc3 100644
--- a/target/linux/ifxmips/image/Makefile
+++ b/target/linux/ifxmips/image/Makefile
@@ -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 \