1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/efm32: add EFM32GG11 family

This commit is contained in:
Gunar Schorcht 2023-08-15 01:05:55 +02:00
parent 165f86ad4c
commit 59daab0ba7

View File

@ -7,6 +7,9 @@ DIRS += $(RIOTCPU)/cortexm_common
ifneq (,$(filter cpu_efm32gg,$(USEMODULE)))
DIRS += families/efm32gg
endif
ifneq (,$(filter cpu_efm32gg11b,$(USEMODULE)))
DIRS += families/efm32gg11b
endif
ifneq (,$(filter cpu_efm32gg12b,$(USEMODULE)))
DIRS += families/efm32gg12b
endif