From ede09a6571c3c7b13be6d8ac319bd379e7596748 Mon Sep 17 00:00:00 2001 From: Guo-Fu Tseng Date: Wed, 29 Jun 2011 02:19:51 +0800 Subject: [PATCH] Add centos compile tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4285fbf..b138d85 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ patch: buildtest: SRCDIRS=`find ~/linux-src -mindepth 1 -maxdepth 1 -type d -name 'linux-*' | sort -r -n`; \ + SRCDIRS="$${SRCDIRS} `find ~/linux-src/centos -mindepth 2 -maxdepth 2 -type d -name 'linux-*' | sort -r -n`"; \ for d in $${SRCDIRS}; do \ $(MAKE) clean && $(MAKE) -C . KSRC=$${d} modules; \ if [ $$? != 0 ]; then \ -- 2.39.3