aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ast27x0/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ast27x0/Makefile b/ast27x0/Makefile
index 5d13ba1..4cae78d 100644
--- a/ast27x0/Makefile
+++ b/ast27x0/Makefile
@@ -15,9 +15,9 @@
CROSS_COMPILE ?= aarch64-linux-gnu-
-CC ?= $(CROSS_COMPILE)gcc
-OBJCOPY ?= $(CROSS_COMPILE)objcopy
-OBJDUMP ?= $(CROSS_COMPILE)objdump
+CC = $(CROSS_COMPILE)gcc
+OBJCOPY = $(CROSS_COMPILE)objcopy
+OBJDUMP = $(CROSS_COMPILE)objdump
GIT_VERSION := git-$(shell git rev-parse --short HEAD)