From 62e60959fef32515c8be685177fd42010b54d6c3 Mon Sep 17 00:00:00 2001 From: Guo-Fu Tseng Date: Wed, 29 Jun 2011 12:26:25 +0800 Subject: [PATCH] Add fedora compile test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b138d85..435dcfd 100644 --- 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 \ -- 2.39.3