projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f51138
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4113
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/x86-2.4/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/x86-2.4/Makefile
b/target/linux/x86-2.4/Makefile
index
1203945
..
720fb80
100644
(file)
--- 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