rtems: Fix type in RTEMS kernel build.

Reported by Marco Hoefle <marco.hoefle@nanotronic.ch>.
This commit is contained in:
Chris Johns
2014-09-20 10:10:45 +10:00
parent 5f0e38f3bf
commit bc51abf251

View File

@@ -50,7 +50,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
# #
# It the rtems_bsps is all undefine it # It the rtems_bsps is all undefine it
# #
%if %{defined rtems_bsp} %if %{defined rtems_bsps}
%if %{rtems_bsps} == all %if %{rtems_bsps} == all
%undefine rtems_bsps %undefine rtems_bsps
%endif %endif