summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-03 06:32:54 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-03 06:32:54 +0000
commit329bd96992256ee62f654562b4d0850841f30bda (patch)
tree8114d189db8da828cc96240a36f83e9026a18b24 /target
parentd61a7fa14f5c422898d060f92da483f3a4c8ee6a (diff)
fix x86-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86-2.4/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/x86-2.4/Makefile b/target/linux/x86-2.4/Makefile
index 12039454e..720fb8039 100644
--- a/target/linux/x86-2.4/Makefile
+++ b/target/linux/x86-2.4/Makefile
@@ -24,10 +24,3 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
[ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches
@$(CP) config $(LINUX_DIR)/.config
touch $@
-
-$(LINUX_BUILD_DIR)/bzImage: $(LINUX_DIR)/vmlinux
- $(MAKE) -C $(LINUX_DIR) TOPDIR=$(LINUX_DIR) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage
- $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $@
- touch $@
-
-compile: $(LINUX_BUILD_DIR)/bzImage