compat-drivers: Add missing config check
authorOzan Çağlayan <ozancag@gmail.com>
Sun, 28 Oct 2012 17:04:17 +0000 (19:04 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sun, 4 Nov 2012 17:20:33 +0000 (09:20 -0800)
No configuration change was retriggering config update because
of this missing line unless you give the 'bt' target.

Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Makefile

index 52bc9a62d2ca1d465064dfa458482886b64c013f..7a5a54aa156f70fc2df3c8029efae78b969f71ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ all: modules
 $(COMPAT_CONFIG): ;
 
 modules: $(CREL_CHECK)
+       +@./scripts/check_config.sh
        $(MAKE) -C $(KLIB_BUILD) M=$(PWD) modules
        @touch $@