d1aa4bfe1d
Signed-off-by: Andrej Vlasic <andrej.vlasic@sartura.hr> Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr> SVN-Revision: 49088
11 lines
252 B
Diff
11 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__ \
|