Commit 2fc8b941 authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Merge http://linux-isdn.bkbits.net/linux-2.5.make

into home.transmeta.com:/home/torvalds/v2.5/kconfig
parents 0e01a0dd 9876ddfe
......@@ -214,7 +214,7 @@ SUBDIRS :=
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
include-config := 1
export include-config := 1
-include .config
......
......@@ -7,7 +7,9 @@ src := $(obj)
.PHONY: __build
__build:
ifdef include-config
include .config
endif
include $(obj)/Makefile
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment