aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-08-19 17:08:48 +0200
committerLorenz Meier <lm@inf.ethz.ch>2012-08-19 17:08:48 +0200
commite28af802ceed0db6e619ab4baeea3e761b277c4f (patch)
tree4428cd93710498e19c422954232a988486951c16 /apps/systemlib/Makefile
parentd903311dce6a94f09e56bc557025d2d4d73120b8 (diff)
parent9b239bc00197a862bca985f67457f8c47d163eb7 (diff)
downloadpx4-firmware-e28af802ceed0db6e619ab4baeea3e761b277c4f.tar.gz
px4-firmware-e28af802ceed0db6e619ab4baeea3e761b277c4f.tar.bz2
px4-firmware-e28af802ceed0db6e619ab4baeea3e761b277c4f.zip
Merge branch 'master' into px4dev_new_param
Diffstat (limited to 'apps/systemlib/Makefile')
-rw-r--r--apps/systemlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/systemlib/Makefile b/apps/systemlib/Makefile
index 1a1bab076..d6b992286 100644
--- a/apps/systemlib/Makefile
+++ b/apps/systemlib/Makefile
@@ -46,7 +46,8 @@ CSRCS = err.c \
# XXX this really should be a CONFIG_* test
#
ifeq ($(TARGET),px4fmu)
-CSRCS += systemlib.c
+CSRCS += systemlib.c \
+ pid/pid.c
endif
include $(APPDIR)/mk/app.mk