mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
#
|
|
# Ensure that the RTEMS version is defined
|
|
#
|
|
|
|
%if %{!defined rtems_version}
|
|
%error RTEMS version is not defined
|
|
%endif
|