summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2002-10-29 17:14:57 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-10-29 17:14:57 -0800
commit2fc8b9411e8a22d487b6a10985537277dfbf154e (patch)
tree1f6de396bc13b05d4df6c3cff632f063090b021f /scripts
parent0e01a0dd1f8209c0a64cbbbf99eab467e7401df5 (diff)
parent9876ddfe1048e1127225cb779be09f25a600f82b (diff)
Merge http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/kconfig
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.build2
-rw-r--r--scripts/Makefile.modver4
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index 657114e31089..4e4de97a8b4f 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