diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-03 06:33:55 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-03 06:33:55 +0000 |
commit | 4d3caa63c25eea4f116117a89018472ce8f9678a (patch) | |
tree | 976365ab5ce4801030260840c848169fd718d9b8 /target/linux/x86-2.6/Makefile | |
parent | 329bd96992256ee62f654562b4d0850841f30bda (diff) |
fix x86-2.6, update kernel config for 2.6.17.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4114 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6/Makefile')
-rw-r--r-- | target/linux/x86-2.6/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index 6aa10005a..59f02b334 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -19,10 +19,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) V=1 CROSS_COMPILE=$(TARGET_CROSS) ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH) bzImage - $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $@ - touch $@ - -compile: $(LINUX_BUILD_DIR)/bzImage |