mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
12 lines
252 B
Diff
12 lines
252 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -348,7 +348,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump
|
|
AWK = awk
|
|
PERL = perl
|
|
PYTHON = python
|
|
-DTC = dtc
|
|
+DTC = $(DTC_DIR)dtc
|
|
CHECK = sparse
|
|
|
|
CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
|