projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20cda3b
)
fix x86-2.4
author
Nicolas Thill
<nico@openwrt.org>
Mon, 3 Jul 2006 06:32:54 +0000
(06:32 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 3 Jul 2006 06:32:54 +0000
(06:32 +0000)
SVN-Revision: 4113
openwrt/target/linux/x86-2.4/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/x86-2.4/Makefile
b/openwrt/target/linux/x86-2.4/Makefile
index 12039454e53a0f04bffca8c4ee6ee880e5f987ed..720fb8039dbd25cfd46db6074f4bbbb476219279 100644
(file)
--- a/
openwrt/target/linux/x86-2.4/Makefile
+++ b/
openwrt/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