diff options
author | Ron Yorston <rmy@pobox.com> | 2015-07-14 14:12:05 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-07-14 14:12:05 +0100 |
commit | 895a1533781ca4713ef92113ab6ac5f2584ddd9d (patch) | |
tree | 49c8602e9cd733e6f6c105e94e614b8236677853 /Makefile | |
parent | 535ec990c50206697852d5c25e94a959f24d86bc (diff) | |
parent | 072fc60f29ee3a4ff38f095a9ef149b2e820c8c0 (diff) | |
download | busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.gz busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.tar.bz2 busybox-w32-895a1533781ca4713ef92113ab6ac5f2584ddd9d.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -554,7 +554,7 @@ export INSTALL_PATH ?= /boot | |||
554 | # | 554 | # |
555 | # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory | 555 | # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory |
556 | # relocations required by build roots. This is not defined in the | 556 | # relocations required by build roots. This is not defined in the |
557 | # makefile but the arguement can be passed to make if needed. | 557 | # makefile but the argument can be passed to make if needed. |
558 | # | 558 | # |
559 | 559 | ||
560 | MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) | 560 | MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) |