]> bbs.cooldavid.org Git - jme.git/blobdiff - Makefile
Add centos compile tests
[jme.git] / Makefile
index 4285fbf4486f0aba793653e19c9bbbdba9e1f399..b138d85432cbb6a1aff1dc59e83094032f6b18e0 100644 (file)
--- 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 \