diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.build | 2 | ||||
| -rw-r--r-- | scripts/Makefile.modver | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index cd75f49b58f9..c6f1a29f560d 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -7,7 +7,9 @@ src := $(obj) .PHONY: __build __build: +ifdef include-config include .config +endif include $(obj)/Makefile diff --git a/scripts/Makefile.modver b/scripts/Makefile.modver index 0ee922a3aadf..92f54fa99211 100644 --- a/scripts/Makefile.modver +++ b/scripts/Makefile.modver @@ -4,6 +4,8 @@ src := $(obj) +MODVERDIR := include/linux/modules + .PHONY: modver modver: @@ -28,8 +30,6 @@ else # This sets version suffixes on exported symbols # --------------------------------------------------------------------------- -MODVERDIR := include/linux/modules - # # Added the SMP separator to stop module accidents between uniprocessor # and SMP Intel boxes - AC - from bits by Michael Chastain |
