mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
cpu/efm32/Makefile.include: remove CPU_FAM and CPU_ARCH
This commit is contained in:
parent
085665ff23
commit
7cc65c9b62
@ -1,5 +1,8 @@
|
||||
include $(RIOTCPU)/efm32/efm32-info.mk
|
||||
include $(RIOTCPU)/efm32/efm32-features.mk
|
||||
|
||||
CPU_ARCH = $(EFM32_ARCHITECTURE)
|
||||
|
||||
FEATURES_PROVIDED += arch_efm32
|
||||
FEATURES_PROVIDED += periph_cpuid
|
||||
FEATURES_PROVIDED += periph_flashpage
|
||||
|
@ -1,8 +1,5 @@
|
||||
include $(RIOTCPU)/efm32/efm32-info.mk
|
||||
|
||||
CPU_ARCH = $(EFM32_ARCHITECTURE)
|
||||
CPU_FAM = $(EFM32_FAMILY)
|
||||
|
||||
# the size of riotboot on the EFM32 exceeds the default value
|
||||
RIOTBOOT_LEN ?= 0x2000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user