Ver código fonte

kmod: copy metadata files to target directory

Waldemar Brodkorb 3 meses atrás
pai
commit
bbac6f5c55
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      mk/kernel-build.mk

+ 2 - 0
mk/kernel-build.mk

@@ -121,6 +121,8 @@ ifneq ($(KERNEL_MODULES_USED),)
 	done
 	$(CMD_TRACE) " done"
 	$(END_TRACE)
+	$(CP) $(LINUX_BUILD_DIR)/modules/lib/modules/$(KERNEL_VERSION)/modules.{order,builtin} \
+		$(TARGET_DIR)/lib/modules/$(KERNEL_VERSION)/
 endif
 
 clean: