From 4a0806c49e191c5837fdb816ca26f415c2f543c2 Mon Sep 17 00:00:00 2001 From: Roman Zippel Date: Sun, 18 Jun 2006 21:09:09 -0700 Subject: [PATCH] --- yaml --- r: 30617 b: refs/heads/master c: 3041e47e8b08d51188b2cbdbd9c1e6f43314c8f1 h: refs/heads/master i: 30615: e81d8c72a06d09cadff2b4b051c720498be001a5 v: v3 --- [refs] | 2 +- trunk/Makefile | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3929ab0aad4d..688fb400c010 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ac031f26e89cc04fc7504f31ae137857eb83a051 +refs/heads/master: 3041e47e8b08d51188b2cbdbd9c1e6f43314c8f1 diff --git a/trunk/Makefile b/trunk/Makefile index d810d6cb4d08..1888fabe4032 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -446,7 +446,11 @@ $(KCONFIG_CONFIG) include/config/auto.conf.cmd: ; # if auto.conf.cmd is missing then we are probarly in a cleaned tree so # we execute the config step to be sure to catch updated Kconfig files include/config/auto.conf: $(KCONFIG_CONFIG) include/config/auto.conf.cmd +ifeq ($(KBUILD_EXTMOD),) $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig +else + $(error kernel configuration not valid - run 'make prepare' in $(srctree) to update it) +endif else # Dummy target needed, because used as prerequisite