diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -545,7 +545,7 @@ export INSTALL_PATH ?= /boot | |||
545 | # makefile but the arguement can be passed to make if needed. | 545 | # makefile but the arguement can be passed to make if needed. |
546 | # | 546 | # |
547 | 547 | ||
548 | MODLIB := $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) | 548 | MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) |
549 | export MODLIB | 549 | export MODLIB |
550 | 550 | ||
551 | 551 | ||