mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
Fix the CMSIS DSP_Lib include path specification. This avoids some scary messages from 'make depend'.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#
|
||||
# Find sources
|
||||
#
|
||||
DSPLIB_SRCDIR = $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
DSPLIB_SRCDIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
CSRCS := $(wildcard $(DSPLIB_SRCDIR)/DSP_Lib/Source/*/*.c)
|
||||
|
||||
INCLUDES += $(DSPLIB_SRCDIR)/Include \
|
||||
|
||||
Reference in New Issue
Block a user