Browse Source

Always set RTLCONSTSUNIT to rtlconsts, if FPC_DOTTEDUNITS is not defined, as OS specific changes are parsed after

Pierre Muller 2 years ago
parent
commit
6b185c041d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      rtl/inc/Makefile.rtl

+ 1 - 3
rtl/inc/Makefile.rtl

@@ -437,9 +437,7 @@ PROFILEUNIT=profile
 RASPI2UNIT=raspi2
 RASPI3UNIT=raspi3
 RASPIUARTUNIT=raspiuart
-ifeq ($(RTLCONSTSUNIT),)
-  RTLCONSTSUNIT=rtlconsts
-endif
+RTLCONSTSUNIT=rtlconsts
 SAM3X8EUNIT=sam3x8e
 SAMD51P19AUNIT=samd51p19a
 SC32442BUNIT=sc32442b