From deb2b37235a99c50727a54afa455f6272f0db456 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 29 Aug 2016 14:01:40 +0100 Subject: [PATCH] Makefile: simplify all_sources macro There is no SCCS file. Signed-off-by: Wei Liu Reviewed-by: Juergen Gross Acked-by: Samuel Thibault --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5