]> bbs.cooldavid.org Git - jme.git/blobdiff - Makefile
Add fedora compile test
[jme.git] / Makefile
index b138d85432cbb6a1aff1dc59e83094032f6b18e0..435dcfdab3cb60408c8a8000cb2a2534297c7769 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,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`"; \
+       SRCDIRS="$${SRCDIRS} `find ~/linux-src/fedora -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 \