aboutsummaryrefslogtreecommitdiff
path: root/apps/mathlib
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-08 14:40:20 -0800
committerpx4dev <px4@purgatory.org>2013-01-08 14:40:20 -0800
commitb5424a4d024e92dc10b82c3db1637f858e2689ad (patch)
treeb03fa2f435c68f91aa1b9675e607ae38389eb982 /apps/mathlib
parent9a7befef185b03b6a21b3d82af536ed4e35b7284 (diff)
downloadpx4-firmware-b5424a4d024e92dc10b82c3db1637f858e2689ad.tar.gz
px4-firmware-b5424a4d024e92dc10b82c3db1637f858e2689ad.tar.bz2
px4-firmware-b5424a4d024e92dc10b82c3db1637f858e2689ad.zip
Fix the CMSIS DSP_Lib include path specification. This avoids some scary messages from 'make depend'.
Diffstat (limited to 'apps/mathlib')
-rw-r--r--apps/mathlib/CMSIS/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mathlib/CMSIS/Makefile b/apps/mathlib/CMSIS/Makefile
index 0b6794470..fa5de668a 100644
--- a/apps/mathlib/CMSIS/Makefile
+++ b/apps/mathlib/CMSIS/Makefile
@@ -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 \