projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable mknod by default (#490) - some drivers don't register with devfs properly
[openwrt.git]
/
target
/
linux
/
x86-2.4
/
Makefile
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 $@
[ -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
This page took
0.023743 seconds
and
4
git commands to generate.