Browse Source

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

sbg
Lorenz Meier 12 years ago
parent
commit
14828cfda5
  1. 1
      src/lib/mathlib/math/filter/module.mk
  2. 1
      src/lib/mathlib/module.mk

1
src/lib/mathlib/math/filter/module.mk

@ -41,4 +41,3 @@ SRCS = LowPassFilter2p.cpp @@ -41,4 +41,3 @@ SRCS = LowPassFilter2p.cpp
# current makefile name, since app.mk needs it.
#
APP_MAKEFILE := $(lastword $(MAKEFILE_LIST))
-include $(TOPDIR)/.config

1
src/lib/mathlib/module.mk

@ -49,7 +49,6 @@ SRCS = math/test/test.cpp \ @@ -49,7 +49,6 @@ SRCS = math/test/test.cpp \
# current makefile name, since app.mk needs it.
#
APP_MAKEFILE := $(lastword $(MAKEFILE_LIST))
-include $(TOPDIR)/.config
ifeq ($(CONFIG_ARCH_CORTEXM4)$(CONFIG_ARCH_FPU),yy)
INCLUDE_DIRS += math/arm

Loading…
Cancel
Save