Commit 98e9e854 authored by Rusty Russell's avatar Rusty Russell Committed by Kai Germaschewski

kbuild: Fix non-verbose make modules_install output

parent 90e16cf1
......@@ -22,7 +22,7 @@ __modinst: $(modules)
# Modules built within the kernel tree
quiet_cmd_modules_install = INSTALL $(obj-m:.o=.ko)
quiet_cmd_modules_install = INSTALL $@
cmd_modules_install = mkdir -p $(MODLIB)/kernel/$(@D); \
cp $@ $(MODLIB)/kernel/$(@D)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment