Fix build: install test with right extension

This commit is contained in:
Ciro Santilli
2017-05-21 11:19:14 +01:00
parent 9fdf6bbe20
commit 1c29163c39
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ endef
define KERNEL_MODULE_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0655 $(@D)/*.ko '$(TARGET_DIR)'
$(INSTALL) -D -m 0755 $(@D)/test/ins_rm_mod '$(TARGET_DIR)'
$(INSTALL) -D -m 0755 $(@D)/test/*.out '$(TARGET_DIR)'
endef
$(eval $(kernel-module))