diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-19 15:17:37 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-11-28 00:30:10 -0800 |
commit | da76ae3ea3ba523223fe61b3b40974254a389141 (patch) | |
tree | 12affa1c2a39bf58f0a1720a76c1dfa0dc246b90 /config/comp_tools | |
parent | 951afda5088f202eead14e3ae281f234b160af0b (diff) | |
download | crosstool-ng-da76ae3ea3ba523223fe61b3b40974254a389141.tar.gz crosstool-ng-da76ae3ea3ba523223fe61b3b40974254a389141.tar.bz2 crosstool-ng-da76ae3ea3ba523223fe61b3b40974254a389141.zip |
Add DTC as a companion tool
(needed for cross-gdb targeting the moxie-* targets)
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/comp_tools')
-rw-r--r-- | config/comp_tools/dtc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/comp_tools/dtc.in b/config/comp_tools/dtc.in new file mode 100644 index 00000000..88628a0d --- /dev/null +++ b/config/comp_tools/dtc.in @@ -0,0 +1,4 @@ +# Kernel.org's device tree compiler + +config DTC_VERBOSE + bool "Verbose DTC build output" |