mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
rtems: Fix type in RTEMS kernel build.
Reported by Marco Hoefle <marco.hoefle@nanotronic.ch>.
This commit is contained in:
@@ -50,7 +50,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
||||
#
|
||||
# It the rtems_bsps is all undefine it
|
||||
#
|
||||
%if %{defined rtems_bsp}
|
||||
%if %{defined rtems_bsps}
|
||||
%if %{rtems_bsps} == all
|
||||
%undefine rtems_bsps
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user