aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-09-08 21:52:29 -0700
committerpx4dev <px4@purgatory.org>2012-09-08 21:52:29 -0700
commit6caa3038bac3039dff1d486f14f5032524f5b0e0 (patch)
tree844608d337b149522c11a8ef7c2d9b68785ca463 /apps/systemlib/Makefile
parent27c5cef054b8db1ad14ea6ba403bbfe811d99d9a (diff)
downloadpx4-firmware-6caa3038bac3039dff1d486f14f5032524f5b0e0.tar.gz
px4-firmware-6caa3038bac3039dff1d486f14f5032524f5b0e0.tar.bz2
px4-firmware-6caa3038bac3039dff1d486f14f5032524f5b0e0.zip
Ok, all this hand-rolled option parsing is lame. Let's have a dose of getopt_long.
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 8a14f0f6e..ec6bb3fb3 100644
--- a/apps/systemlib/Makefile
+++ b/apps/systemlib/Makefile
@@ -40,7 +40,8 @@ CSRCS = err.c \
perf_counter.c \
param/param.c \
bson/tinybson.c \
- conversions.c
+ conversions.c \
+ getopt_long.c
#
# XXX this really should be a CONFIG_* test