projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update to new upstream release (v0.8.1)
[openwrt.git]
/
openwrt
/
target
/
linux
/
Makefile
diff --git
a/openwrt/target/linux/Makefile
b/openwrt/target/linux/Makefile
index
ced6dca
..
d1b4d54
100644
(file)
--- a/
openwrt/target/linux/Makefile
+++ b/
openwrt/target/linux/Makefile
@@
-11,6
+11,9
@@
$(1)/$(2)-prepare:
$(1)/$(2)-compile:
$(MAKE) -C $(1) BOARD="$(2)" compile
$(1)/$(2)-compile:
$(MAKE) -C $(1) BOARD="$(2)" compile
+$(1)/$(2)-rebuild:
+ $(MAKE) -C $(1) BOARD="$(2)" rebuild
+
$(1)/$(2)-install:
$(MAKE) -C $(1) BOARD="$(2)" install
$(1)/$(2)-install:
$(MAKE) -C $(1) BOARD="$(2)" install
@@
-18,15
+21,17
@@
ifeq ($(BR2_LINUX_$(3)),y)
clean: $(1)/$(2)-clean
prepare: $(1)/$(2)-prepare
compile: $(1)/$(2)-compile
clean: $(1)/$(2)-clean
prepare: $(1)/$(2)-prepare
compile: $(1)/$(2)-compile
+rebuild: $(1)/$(2)-rebuild
install: $(1)/$(2)-install
endif
install: $(1)/$(2)-install
endif
-.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-install
+.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-
rebuild $(1)/$(2)-
install
endef
prepare:
compile:
install:
endef
prepare:
compile:
install:
+rebuild:
clean:
rm -rf $(BUILD_DIR)/kernel
clean:
rm -rf $(BUILD_DIR)/kernel
This page took
0.022484 seconds
and
4
git commands to generate.