Fix the CMSIS DSP_Lib include path specification. This avoids some scary messages from 'make depend'.

This commit is contained in:
px4dev
2013-01-08 14:40:20 -08:00
parent 9a7befef18
commit b5424a4d02
+1 -1
View File
@@ -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 \