source:
scripts/patches/linux-2.6-lfh-Makefile-2.patch@
76a1d35
Last change on this file since 76a1d35 was a7d67ca, checked in by , 19 years ago | |
---|---|
|
|
File size: 597 bytes |
-
linux-2.6.14.
old new 949 949 ifeq "$(strip $(INSTALL_MOD_PATH))" "" 950 950 depmod_opts := 951 951 else 952 depmod_opts := -b $(INSTALL_MOD_PATH) -r952 depmod_opts := -b $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 953 953 endif 954 954 .PHONY: _modinst_post 955 955 _modinst_post: _modinst_ 956 if [ -r System.map -a -x $(DEPMOD) ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi956 if [ -r System.map -a -x $(DEPMOD) ]; then depmod.pl -F System.map $(depmod_opts) -k vmlinux; fi 957 957 958 958 else # CONFIG_MODULES
Note:
See TracBrowser
for help on using the repository browser.