projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more wpa/wificonf fixes
[openwrt.git]
/
openwrt
/
Makefile
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
e935295
..
1b8d968
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-74,7
+74,6
@@
package_install: package_compile toolchain
#
#############################################################
#
#############################################################
-
# In this section, we need .config
include .config.cmd
# In this section, we need .config
include .config.cmd
@@
-108,6
+107,16
@@
$(BUILD_DIR):
source: $(TARGETS_SOURCE)
source: $(TARGETS_SOURCE)
+
+package/%:
+ $(MAKE) -C package $(patsubst package/%,%,$@)
+
+target/%:
+ $(MAKE) -C target $(patsubst target/%,%,$@)
+
+toolchain/%:
+ $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)
+
#############################################################
#
# Cleanup and misc junk
#############################################################
#
# Cleanup and misc junk
This page took
0.019826 seconds
and
4
git commands to generate.