summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOzan Çağlayan <ozancag@gmail.com>2012-10-28 19:04:17 +0200
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-11-04 09:20:33 -0800
commit74fb7d1994b7bff67bb617743d61bb24e5b642f3 (patch)
tree65b38b5304cca8dbe9418c07682f9c6e529d2fa9 /Makefile
parent6a7059baf45dfcd9ad5bddc7d996f9d8a5937be0 (diff)
compat-drivers: Add missing config check
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 52bc9a62..7a5a54aa 100644
--- 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 $@