aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c80d84e..38595a3 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ CHOSEN_NODE := chosen { \
};
endif
-CROSS_COMPILE := aarch64-none-linux-gnu-
+CROSS_COMPILE ?= aarch64-none-linux-gnu-
CC := $(CROSS_COMPILE)gcc
LD := $(CROSS_COMPILE)ld
DTC := $(if $(wildcard ./dtc), ./dtc, $(shell which dtc))