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:
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Optionally disable building the RTEMS kernel via the command line.
|
||||
#
|
||||
%if %{without_rtems}
|
||||
%if %{defined without_rtems}
|
||||
%define rtems_kernel_build 0
|
||||
%else
|
||||
%define rtems_kernel_build 1
|
||||
|
Reference in New Issue
Block a user