]> xenbits.xensource.com Git - people/pauldu/mini-os.git/commitdiff
Makefile: simplify all_sources macro
authorWei Liu <wei.liu2@citrix.com>
Mon, 29 Aug 2016 13:01:40 +0000 (14:01 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 30 Aug 2016 08:13:00 +0000 (09:13 +0100)
There is no SCCS file.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Makefile

index b783684ba09228381f3cfce4a4ffbe3a4a1b8062..a8ae67c683c7cbf0ad18b1fba7a78b60ed09826f 100644 (file)
--- 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