diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -889,7 +889,7 @@ depend dep: | |||
889 | 889 | ||
890 | # --------------------------------------------------------------------------- | 890 | # --------------------------------------------------------------------------- |
891 | # Kernel headers | 891 | # Kernel headers |
892 | INSTALL_HDR_PATH=$(MODLIB)/abi | 892 | INSTALL_HDR_PATH=$(objtree)/usr |
893 | export INSTALL_HDR_PATH | 893 | export INSTALL_HDR_PATH |
894 | 894 | ||
895 | PHONY += headers_install | 895 | PHONY += headers_install |
@@ -986,7 +986,7 @@ CLEAN_FILES += vmlinux System.map \ | |||
986 | .tmp_kallsyms* .tmp_version .tmp_vmlinux* .tmp_System.map | 986 | .tmp_kallsyms* .tmp_version .tmp_vmlinux* .tmp_System.map |
987 | 987 | ||
988 | # Directories & files removed with 'make mrproper' | 988 | # Directories & files removed with 'make mrproper' |
989 | MRPROPER_DIRS += include/config include2 | 989 | MRPROPER_DIRS += include/config include2 usr/include |
990 | MRPROPER_FILES += .config .config.old include/asm .version .old_version \ | 990 | MRPROPER_FILES += .config .config.old include/asm .version .old_version \ |
991 | include/linux/autoconf.h include/linux/version.h \ | 991 | include/linux/autoconf.h include/linux/version.h \ |
992 | include/linux/utsrelease.h \ | 992 | include/linux/utsrelease.h \ |
@@ -1077,7 +1077,7 @@ help: | |||
1077 | @echo ' kernelrelease - Output the release version string' | 1077 | @echo ' kernelrelease - Output the release version string' |
1078 | @echo ' kernelversion - Output the version stored in Makefile' | 1078 | @echo ' kernelversion - Output the version stored in Makefile' |
1079 | @echo ' headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH' | 1079 | @echo ' headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH' |
1080 | @echo ' (default: /lib/modules/$$VERSION/abi)' | 1080 | @echo ' (default: $(INSTALL_HDR_PATH))' |
1081 | @echo '' | 1081 | @echo '' |
1082 | @echo 'Static analysers' | 1082 | @echo 'Static analysers' |
1083 | @echo ' checkstack - Generate a list of stack hogs' | 1083 | @echo ' checkstack - Generate a list of stack hogs' |