summaryrefslogtreecommitdiff
path: root/mk/kernel-build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-28 18:16:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-28 18:16:44 +0100
commitb30fd1089811f5e77e3e0374d923d372da971c2c (patch)
treed8cec43b771a7d63808203704774ba135159b524 /mk/kernel-build.mk
parent5c2f95efdd0db66e5fc3ed22c8ed02bc5445078f (diff)
fix kmod package installation
Diffstat (limited to 'mk/kernel-build.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: