From da76ae3ea3ba523223fe61b3b40974254a389141 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 19 Nov 2018 15:17:37 -0800 Subject: Add DTC as a companion tool (needed for cross-gdb targeting the moxie-* targets) Signed-off-by: Alexey Neyman --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 979e131d..3f8e9549 100644 --- a/configure.ac +++ b/configure.ac @@ -217,6 +217,9 @@ CTNG_PROG_VERSION([M4], AC_SUBST([kconfig_options]) +AC_CHECK_PROGS([dtc], [dtc]) +CTNG_SET_KCONFIG_OPTION([dtc]) + AC_CHECK_PROGS([cvs], [cvs]) CTNG_SET_KCONFIG_OPTION([cvs]) -- cgit v1.2.3