It seems to be safe to build these for any config.

This commit is contained in:
px4dev
2013-01-05 21:45:26 -08:00
parent c45bf1ab81
commit 085d08ce6c
+3 -11
View File
@@ -44,17 +44,9 @@ CSRCS = err.c \
cpuload.c \
getopt_long.c \
up_cxxinitialize.c \
pid/pid.c \
geo/geo.c \
systemlib.c \
airspeed.c
# ppm_decode.c \
#
# XXX this really should be a CONFIG_* test
#
ifeq ($(TARGET),px4fmu)
CSRCS += systemlib.c \
pid/pid.c \
geo/geo.c
endif
include $(APPDIR)/mk/app.mk