aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-05 21:45:26 -0800
committerpx4dev <px4@purgatory.org>2013-02-23 22:00:58 -0800
commit085d08ce6c55d3fb979aa9847aea584fb7eb4f7c (patch)
tree4e38d581dcb88e2bc58f0abfa2ce7b0b2b8d58db
parentc45bf1ab810a255d3c66390e7ac285c1a6b0db52 (diff)
downloadpx4-firmware-085d08ce6c55d3fb979aa9847aea584fb7eb4f7c.tar.gz
px4-firmware-085d08ce6c55d3fb979aa9847aea584fb7eb4f7c.tar.bz2
px4-firmware-085d08ce6c55d3fb979aa9847aea584fb7eb4f7c.zip
It seems to be safe to build these for any config.
-rw-r--r--apps/systemlib/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/apps/systemlib/Makefile b/apps/systemlib/Makefile
index 8240dbe43..b2e233a92 100644
--- a/apps/systemlib/Makefile
+++ b/apps/systemlib/Makefile
@@ -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