diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-02-17 02:21:08 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-17 02:21:08 -0600 |
| commit | 98e9e8541cfa0a26d5f631c5a76f238181e766b0 (patch) | |
| tree | 62cf562e0b4ccf843d8c8f143ffb3469a3471763 /scripts/Makefile.modinst | |
| parent | 90e16cf160afdb821b3293f304489e380ae798f5 (diff) | |
kbuild: Fix non-verbose make modules_install output
Diffstat (limited to 'scripts/Makefile.modinst')
| -rw-r--r-- | scripts/Makefile.modinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst index 1e99ce453835..6fd619221b93 100644 --- a/scripts/Makefile.modinst +++ b/scripts/Makefile.modinst @@ -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) |
