Browse Source

fix kmod package installation

Waldemar Brodkorb 15 years ago
parent
commit
b30fd10898
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/kernel-build.mk

+ 1 - 1
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: