Browse Source

Added missing RP2040 definition in Makefile.rtl to make sure that regenerating of Makefiles does not remove rp2040 unit

Michael Ring 1 year ago
parent
commit
6fadd49fb6
2 changed files with 2 additions and 0 deletions
  1. 1 0
      rtl/embedded/Makefile
  2. 1 0
      rtl/inc/Makefile.rtl

+ 1 - 0
rtl/embedded/Makefile

@@ -796,6 +796,7 @@ PROFILEUNIT=profile
 RASPI2UNIT=raspi2
 RASPI3UNIT=raspi3
 RASPIUARTUNIT=raspiuart
+RP2040UNIT=rp2040
 RTLCONSTSUNIT=rtlconsts
 SAM3X8EUNIT=sam3x8e
 SAMD51P19AUNIT=samd51p19a

+ 1 - 0
rtl/inc/Makefile.rtl

@@ -444,6 +444,7 @@ PROFILEUNIT=profile
 RASPI2UNIT=raspi2
 RASPI3UNIT=raspi3
 RASPIUARTUNIT=raspiuart
+RP2040UNIT=rp2040
 RTLCONSTSUNIT=rtlconsts
 SAM3X8EUNIT=sam3x8e
 SAMD51P19AUNIT=samd51p19a