mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
config: Fix the without_rtems macro.
This commit is contained in:
parent
869b8a6bd3
commit
407f7ffb43
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Optionally disable building the RTEMS kernel via the command line.
|
# Optionally disable building the RTEMS kernel via the command line.
|
||||||
#
|
#
|
||||||
%if %{without_rtems}
|
%if %{defined without_rtems}
|
||||||
%define rtems_kernel_build 0
|
%define rtems_kernel_build 0
|
||||||
%else
|
%else
|
||||||
%define rtems_kernel_build 1
|
%define rtems_kernel_build 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user