From 49b112901e833927047f64d78a0eee0040fdf843 Mon Sep 17 00:00:00 2001 From: Alex Hoffman Date: Tue, 3 Mar 2020 17:23:32 +0100 Subject: [PATCH] Hack fix for CROSS_COMPILE not being passed to tracecmd/Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2f9620e4..d751946d 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,8 @@ endef $(call allow-override,CC,$(CROSS_COMPILE)gcc) $(call allow-override,AR,$(CROSS_COMPILE)ar) +MAKE:=$(MAKE) CC=$(CC) + EXT = -std=gnu99 INSTALL = install