Merge branch 'master' of github.com:PX4/Firmware into fixedwing

This commit is contained in:
Lorenz Meier
2013-01-09 09:41:52 +01:00
+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 \