X-Git-Url: http://bbs.cooldavid.org/git/?p=jme.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=b138d85432cbb6a1aff1dc59e83094032f6b18e0;hp=4285fbf4486f0aba793653e19c9bbbdba9e1f399;hb=ede09a6571c3c7b13be6d8ac319bd379e7596748;hpb=aee7a9f58a8969f434eff0e3d9edac7fdf0c37df 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 \