mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
cpu/efm32: add CMSIS DSP include for arm_math.h
This commit is contained in:
parent
c482090e1c
commit
2467ff0961
@ -31,6 +31,9 @@ CFLAGS += -DCPU_FAM_$(call uppercase_and_underscore,$(CPU_FAM))
|
||||
# include EFM32 specific driver headers
|
||||
INCLUDES += -I$(RIOTCPU)/efm32/include/drivers
|
||||
|
||||
# arm_math.h is required by vendor headers and is located in CMSIS DSP includes
|
||||
INCLUDES += -I$(PKGDIRBASE)/cmsis/CMSIS/DSP/Include
|
||||
|
||||
# include cortexm_common
|
||||
LINKER_SCRIPT = cortexm.ld
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user