Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored Nov 14, 2023
1 parent 5925749 commit 961449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?=arm
CROSS_COMPILE ?=/opt/toolchains/arm-eabi-4.8/
CROSS_COMPILE ?=/opt/toolchains/arm-eabi-4.8/bin/arm-eabi-

# Architecture as present in compile.h
UTS_MACHINE := $(ARCH)
Expand Down

0 comments on commit 961449a

Please sign in to comment.