We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caca8c0 commit 65b1859Copy full SHA for 65b1859
scripts/Makefile.toolchain.gccarmemb
@@ -10,6 +10,6 @@ LIBGCC_DIR = $(shell dirname `$(CROSS_COMPILE)gcc ${KBUILD_CFLAGS} -print-libgcc
10
LIB_INCLUDE_DIR += -L ${LIBGCC_DIR}
11
TOOLCHAIN_CFLAGS = -I${GCCARMEMB_TOOLCHAIN_PATH}/arm-none-eabi/include
12
13
-DTC ?= /usr/bin/dtc
+DTC ?= dtc
14
15
export CROSS_COMPILE TOOLCHAIN_LIBS TOOLCHAIN_CFLAGS LIB_INCLUDE_DIR DTC
0 commit comments