commit 783ac157e892d418efb54c7c3b4e76e2330f65d9
parent a27201f2a9b36722cc7a81b31b0e6ae0621078bb
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Tue, 12 May 2026 12:51:05 +0200
build: Reorder includes in gcov profile
It allows to override variables defined in the gnu profile
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/build/tool/gcov.mk b/scripts/build/tool/gcov.mk
@@ -1,6 +1,7 @@
+include $(BUILDDIR)/tool/gnu.mk
+
PROFILE_CFLAGS = -fprofile-arcs -ftest-coverage
PROFILE_LDLIBS = -lgcov
-include $(BUILDDIR)/tool/gnu.mk
SCC = $(CROSS_COMPILE)$(COMP)