mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

The Moxie GDB simulator uses the DTC (device tree compiler) to build a device tree. This is added and built before the gdb.
17 lines
244 B
INI
17 lines
244 B
INI
#
|
|
# DTC (Device Tree Compiler) 1.3.0
|
|
#
|
|
|
|
%if %{release} == %{nil}
|
|
%define release 1
|
|
%endif
|
|
|
|
%include %{_configdir}/base.cfg
|
|
|
|
%define dtc_version 1.2.0
|
|
|
|
#
|
|
# The DTC build instructions. We use 1.x.x Release 1.
|
|
#
|
|
%include %{_configdir}/dtc-1-1.cfg
|