aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorWesley W. Terpstra <wesley@sifive.com>2017-03-03 18:50:37 -0800
committerWesley W. Terpstra <wesley@sifive.com>2017-03-21 15:03:38 -0700
commitc71db7787b63fc1ab0c57672c9e469711748bda9 (patch)
tree3cb751447378bcb2046bf169746cde5279666ff0 /config.h.in
parentee80f2851aef29f8744b5a73afe45a1927c82b37 (diff)
downloadspike-c71db7787b63fc1ab0c57672c9e469711748bda9.zip
spike-c71db7787b63fc1ab0c57672c9e469711748bda9.tar.gz
spike-c71db7787b63fc1ab0c57672c9e469711748bda9.tar.bz2
autoconf: put location of 'dtc' into config.h
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 566b1bc..15b5850 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,6 +6,9 @@
/* Default value for --isa switch */
#undef DEFAULT_ISA
+/* Path to the device-tree-compiler */
+#undef DTC
+
/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
#undef DUMMY_ROCC_ENABLED