summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-01-20 15:33:11 +0100
committerNico Huber <nico.h@gmx.de>2020-06-17 11:20:30 +0000
commit91fb139956bcbd5771fd7ec1e474c16122c1b547 (patch)
tree8bd679fc9975750bcd3d28d9aec231694106d4ab /Makefile
parentc66c15334adb100eb55253cb03dbc4605becee46 (diff)
downloadcoreboot-91fb139956bcbd5771fd7ec1e474c16122c1b547.tar.gz
coreboot-91fb139956bcbd5771fd7ec1e474c16122c1b547.tar.bz2
coreboot-91fb139956bcbd5771fd7ec1e474c16122c1b547.zip
crossgcc: Remove "Make"
In its current state, it draws more dependencies in than it solves which makes it useless. Change-Id: I08f592731c3da2ac19e1f93682256f559a067fc4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38483 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bc2a6fe6364..d60f585a1b74 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ ifeq ($(strip $(HAVE_DOTCONFIG)),)
NOCOMPILE:=1
endif
ifneq ($(MAKECMDGOALS),)
-ifneq ($(filter %config %clean cross% clang iasl gnumake lint% help% what-jenkins-does,$(MAKECMDGOALS)),)
+ifneq ($(filter %config %clean cross% clang iasl lint% help% what-jenkins-does,$(MAKECMDGOALS)),)
NOCOMPILE:=1
endif
ifneq ($(filter %clean lint% help% what-jenkins-does,$(MAKECMDGOALS)),)