projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
switch driver updates and fixes
[openwrt.git]
/
openwrt
/
target
/
linux
/
Makefile
diff --git
a/openwrt/target/linux/Makefile
b/openwrt/target/linux/Makefile
index
038983f
..
fbc4e05
100644
(file)
--- a/
openwrt/target/linux/Makefile
+++ b/
openwrt/target/linux/Makefile
@@
-9,23
+9,23
@@
IB_DIR:=$(BUILD_DIR)/$(IB_NAME)
define kernel_template
$(1)/$(2)-clean:
define kernel_template
$(1)/$(2)-clean:
- @$(TRACE) target/linux/
linux
-$(1)/clean
+ @$(TRACE) target/linux/
$(2)
-$(1)/clean
$(MAKE) -C $(2)-$(1) BOARD="$(2)" clean
$(1)/$(2)-prepare:
$(MAKE) -C $(2)-$(1) BOARD="$(2)" clean
$(1)/$(2)-prepare:
- @$(TRACE) target/linux/
linux
-$(1)/prepare
+ @$(TRACE) target/linux/
$(2)
-$(1)/prepare
$(MAKE) -C $(2)-$(1) BOARD="$(2)" prepare
$(1)/$(2)-compile:
$(MAKE) -C $(2)-$(1) BOARD="$(2)" prepare
$(1)/$(2)-compile:
- @$(TRACE) target/linux/
linux
-$(1)/compile
+ @$(TRACE) target/linux/
$(2)
-$(1)/compile
$(MAKE) -C $(2)-$(1) BOARD="$(2)" compile
$(1)/$(2)-rebuild:
$(MAKE) -C $(2)-$(1) BOARD="$(2)" compile
$(1)/$(2)-rebuild:
- @$(TRACE) target/linux/
linux
-$(1)/rebuild
+ @$(TRACE) target/linux/
$(2)
-$(1)/rebuild
$(MAKE) -C $(2)-$(1) BOARD="$(2)" rebuild
$(1)/$(2)-install:
$(MAKE) -C $(2)-$(1) BOARD="$(2)" rebuild
$(1)/$(2)-install:
- @$(TRACE) target/linux/
linux
-$(1)/install
+ @$(TRACE) target/linux/
$(2)
-$(1)/install
$(MAKE) -C $(2)-$(1) BOARD="$(2)" install
$(1)/$(2)-image: $(1)/$(2)-install
$(MAKE) -C $(2)-$(1) BOARD="$(2)" install
$(1)/$(2)-image: $(1)/$(2)-install
This page took
0.023018 seconds
and
4
git commands to generate.