summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 00:36:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 00:36:16 +0100
commitb5a10525d798d232636f8877057f9f162c430138 (patch)
treef4413d5eed4ed5c20f1a8767108eb6023105aa06 /mk
parent43c62785b4a669407bb9ae823b82b13b05030c3a (diff)
parentb30fd1089811f5e77e3e0374d923d372da971c2c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/kernel-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/kernel-build.mk b/mk/kernel-build.mk
index 3c594ef90..970120270 100644
--- a/mk/kernel-build.mk
+++ b/mk/kernel-build.mk
@@ -53,7 +53,7 @@ compile: $(LINUX_DIR)/vmlinux
install: compile
ifneq ($(strip $(INSTALL_TARGETS)),)
$(TRACE) target/${ADK_TARGET}-modules-install
- $(PKG_INSTALL) $(INSTALL_TARGETS) $(MAKE_TRACE)
+ $(foreach pkg,$(INSTALL_TARGETS),$(shell $(PKG_INSTALL) $(pkg)))
endif
clean: