projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
massive cleanup of toolchain/
[openwrt.git]
/
target
/
Makefile
diff --git
a/target/Makefile
b/target/Makefile
index
9205f5b
..
0a14344
100644
(file)
--- a/
target/Makefile
+++ b/
target/Makefile
@@
-5,16
+5,18
@@
all: install
$(BIN_DIR):
mkdir -p $(BIN_DIR)
$(BIN_DIR):
mkdir -p $(BIN_DIR)
-TARGETS:=linux utils
+TARGETS-y := linux utils
+TARGETS-$(CONFIG_SDK) += sdk
linux-compile: utils-install
linux-install: $(BIN_DIR)
linux-compile: utils-install
linux-install: $(BIN_DIR)
+sdk-compile: linux-install
-download: $(patsubst %,%-source,$(TARGETS))
+download: $(patsubst %,%-source,$(TARGETS
-y
))
prepare: linux-prepare
compile: linux-compile
prepare: linux-prepare
compile: linux-compile
-install: image_clean
linux-install
-clean: $(patsubst %,%-clean,$(TARGETS)) image_clean
+install: image_clean
$(patsubst %,%-install,$(TARGETS-y))
+clean: $(patsubst %,%-clean,$(TARGETS
-y
)) image_clean
image_clean: FORCE
rm -f $(BIN_DIR)/openwrt-*
image_clean: FORCE
rm -f $(BIN_DIR)/openwrt-*
This page took
0.020269 seconds
and
4
git commands to generate.