projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] kmod-usb-core is buildin on etrax target
[openwrt.git]
/
include
/
package-bin.mk
diff --git
a/include/package-bin.mk
b/include/package-bin.mk
index
6ee7aed
..
96c1aef
100644
(file)
--- a/
include/package-bin.mk
+++ b/
include/package-bin.mk
@@
-7,6
+7,7
@@
ifeq ($(DUMP),)
define BuildTarget/bin
ifeq ($(DUMP),)
define BuildTarget/bin
+ ifeq ($(if $(VARIANT),$(BUILD_VARIANT)),$(VARIANT))
ifdef Package/$(1)/install
ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),)
compile: install-bin-$(1)
ifdef Package/$(1)/install
ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),)
compile: install-bin-$(1)
@@
-16,6
+17,7
@@
ifeq ($(DUMP),)
@echo "WARNING: skipping $(1) -- package not selected"
endif
endif
@echo "WARNING: skipping $(1) -- package not selected"
endif
endif
+ endif
install-bin-$(1): $(STAMP_BUILT)
rm -rf $(BIN_DIR)/$(1)
install-bin-$(1): $(STAMP_BUILT)
rm -rf $(BIN_DIR)/$(1)
This page took
0.019954 seconds
and
4
git commands to generate.