Browse Source

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

sbg
px4dev 12 years ago
parent
commit
085d08ce6c
  1. 14
      apps/systemlib/Makefile

14
apps/systemlib/Makefile

@ -44,17 +44,9 @@ CSRCS = err.c \ @@ -44,17 +44,9 @@ CSRCS = err.c \
cpuload.c \
getopt_long.c \
up_cxxinitialize.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
geo/geo.c \
systemlib.c \
airspeed.c
include $(APPDIR)/mk/app.mk

Loading…
Cancel
Save