projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added improved watchdog driver for amazon
[openwrt.git]
/
include
/
kernel-build.mk
diff --git
a/include/kernel-build.mk
b/include/kernel-build.mk
index
b3fcd90
..
da1fe39
100644
(file)
--- a/
include/kernel-build.mk
+++ b/
include/kernel-build.mk
@@
-174,7
+174,7
@@
oldconfig menuconfig: $(STAMP_PREPARED) FORCE
$(SCRIPT_DIR)/config.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG)
install: $(LINUX_DIR)/.image
$(SCRIPT_DIR)/config.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG)
install: $(LINUX_DIR)/.image
- $(MAKE) -C image install
+ $(MAKE) -C image
compile
install
clean: FORCE
rm -f $(STAMP_DIR)/.linux-compile
clean: FORCE
rm -f $(STAMP_DIR)/.linux-compile
@@
-188,6
+188,6
@@
rebuild: FORCE
@$(MAKE) compile
image-prereq:
@$(MAKE) compile
image-prereq:
- $(MAKE) -s -C image prereq
+ $(
SUB
MAKE) -s -C image prereq
prereq: image-prereq
prereq: image-prereq
This page took
0.020713 seconds
and
4
git commands to generate.