Skip to content

Commit

Permalink
cpu/efm32: fix dependency to cmsis-dsp module
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed May 14, 2023
1 parent 1bd1963 commit 625f1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpu/efm32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config CPU_COMMON_EFM32
select HAVE_SHARED_PERIPH_RTT_PERIPH_RTC

select PACKAGE_GECKO_SDK if TEST_KCONFIG
select PACKAGE_CMSIS-DSP if CPU_CORE_CORTEX_M0PLUS && TEST_KCONFIG
select MODULE_CMSIS-DSP if CPU_CORE_CORTEX_M0PLUS && TEST_KCONFIG

config CPU_EFM32_SERIES0
bool
Expand Down
2 changes: 1 addition & 1 deletion cpu/efm32/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif

# CMSIS-DSP is needed for arm_math.h on Cortex-M0+ architectures
ifeq ($(CPU_CORE),cortex-m0plus)
USEPKG += cmsis-dsp
USEMODULE += cmsis-dsp
endif

# include CPU family module
Expand Down

0 comments on commit 625f1f5

Please sign in to comment.