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:
parent
165f86ad4c
commit
59daab0ba7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user