From 47880bbc81b57308d4cd0357a3d3929becd646fd Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 28 Apr 2020 15:21:07 +1000 Subject: rtems-kernel: Fix building without the rtems test option. Updates #3956 --- rtems/config/tools/rtems-kernel-common.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtems/config/tools/rtems-kernel-common.cfg b/rtems/config/tools/rtems-kernel-common.cfg index a492273..3a17a28 100644 --- a/rtems/config/tools/rtems-kernel-common.cfg +++ b/rtems/config/tools/rtems-kernel-common.cfg @@ -163,8 +163,6 @@ URL: https://www.rtems.org/ %{with_rtems_tests} == samples %define rtems_tests %{with_rtems_tests} %endif -%else - %error invalid with-rtems-tests value %endif %if %{defined with_rtems_smp} %define rtems_smp 1 -- cgit v1.2.3