forked from Archive/PX4-Autopilot
Merge branch 'master' into fixedwing_l1
This commit is contained in:
commit
b6dd579e0e
|
@ -41,4 +41,3 @@ SRCS = LowPassFilter2p.cpp
|
||||||
# current makefile name, since app.mk needs it.
|
# current makefile name, since app.mk needs it.
|
||||||
#
|
#
|
||||||
APP_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
APP_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
||||||
-include $(TOPDIR)/.config
|
|
||||||
|
|
|
@ -49,7 +49,6 @@ SRCS = math/test/test.cpp \
|
||||||
# current makefile name, since app.mk needs it.
|
# current makefile name, since app.mk needs it.
|
||||||
#
|
#
|
||||||
APP_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
APP_MAKEFILE := $(lastword $(MAKEFILE_LIST))
|
||||||
-include $(TOPDIR)/.config
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_CORTEXM4)$(CONFIG_ARCH_FPU),yy)
|
ifeq ($(CONFIG_ARCH_CORTEXM4)$(CONFIG_ARCH_FPU),yy)
|
||||||
INCLUDE_DIRS += math/arm
|
INCLUDE_DIRS += math/arm
|
||||||
|
|
Loading…
Reference in New Issue