projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add wildcard support to menuconfig (again)
[openwrt.git]
/
target
/
Makefile
diff --git
a/target/Makefile
b/target/Makefile
index
52b2e60
..
b039214
100644
(file)
--- a/
target/Makefile
+++ b/
target/Makefile
@@
-1,8
+1,5
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
-# Default target skeleton stuff, may be overridden
-TARGET_SKEL_DIR=default/target_skeleton
-
all: install
$(BIN_DIR):
all: install
$(BIN_DIR):
@@
-11,7
+8,7
@@
$(BIN_DIR):
linux-compile: utils-install lzma-install
linux-install: $(BIN_DIR)
linux-compile: utils-install lzma-install
linux-install: $(BIN_DIR)
-prepare:
+prepare:
linux-prepare
compile: linux-compile
install: image_clean linux-install
clean: linux-clean utils-clean lzma-clean image_clean
compile: linux-compile
install: image_clean linux-install
clean: linux-clean utils-clean lzma-clean image_clean
@@
-19,6
+16,9
@@
clean: linux-clean utils-clean lzma-clean image_clean
image_clean:
rm -f $(BIN_DIR)/openwrt-*
image_clean:
rm -f $(BIN_DIR)/openwrt-*
+linux/package/%:
+ $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
+
%-clean:
$(MAKE) -C $(patsubst %-clean,%,$@) clean
%-prepare:
%-clean:
$(MAKE) -C $(patsubst %-clean,%,$@) clean
%-prepare:
@@
-29,5
+29,7
@@
image_clean:
$(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild
%-install: %-compile
$(MAKE) -C $(patsubst %-install,%,$@) install
$(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild
%-install: %-compile
$(MAKE) -C $(patsubst %-install,%,$@) install
+linux-imagebuilder:
+ $(MAKE) -C linux imagebuilder
This page took
0.019452 seconds
and
4
git commands to generate.