From: Wei Liu Date: Mon, 29 Aug 2016 13:01:40 +0000 (+0100) Subject: Makefile: simplify all_sources macro X-Git-Tag: xen-4.8.0-rc1~14 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=deb2b37235a99c50727a54afa455f6272f0db456;p=mini-os.git Makefile: simplify all_sources macro There is no SCCS file. Signed-off-by: Wei Liu Reviewed-by: Juergen Gross Acked-by: Samuel Thibault --- diff --git a/Makefile b/Makefile index b783684..a8ae67c 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ clean: arch_clean define all_sources - ( find . -name SCCS -prune -o -name '*.[chS]' -print ) + ( find . -name '*.[chS]' -print ) endef .PHONY: cscope