config: Disable building RTEMS by default.

To build use --with-rtems.
This commit is contained in:
Chris Johns
2013-09-03 09:20:17 +10:00
parent 7a691b8280
commit 169619c1f8

View File

@@ -3,12 +3,12 @@
#
#
# Optionally disable building the RTEMS kernel via the command line.
# Optionally enable/disable building the RTEMS kernel via the command line.
#
%if %{defined without_rtems}
%define rtems_kernel_build 0
%else
%if %{defined with_rtems}
%define rtems_kernel_build 1
%else
%define rtems_kernel_build 0
%endif
%if %{rtems_kernel_build}