aboutsummaryrefslogtreecommitdiff
path: root/apps/system/Makefile
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-23 18:58:19 -0800
committerpx4dev <px4@purgatory.org>2013-01-23 18:58:19 -0800
commitdc88dd0abb440b070e87337a7da6fd7a4c39311c (patch)
tree00260c9b8b5d6f20983f1ffbe211c39c87bd2b85 /apps/system/Makefile
parentd8a013f8720e81afb637b8206fbe521ccb43ac8f (diff)
parent1ce1d4460b1c7884490118ea356bf61ffbd31163 (diff)
downloadpx4-firmware-dc88dd0abb440b070e87337a7da6fd7a4c39311c.tar.gz
px4-firmware-dc88dd0abb440b070e87337a7da6fd7a4c39311c.tar.bz2
px4-firmware-dc88dd0abb440b070e87337a7da6fd7a4c39311c.zip
Merge branch 'master' into px4io-i2c
Diffstat (limited to 'apps/system/Makefile')
-rw-r--r--apps/system/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/Makefile b/apps/system/Makefile
index 9955a6b2c..057fbcf77 100644
--- a/apps/system/Makefile
+++ b/apps/system/Makefile
@@ -73,4 +73,4 @@ depend: $(foreach SDIR, $(INSTALLED_DIRS), $(SDIR)_depend)
clean: $(foreach SDIR, $(INSTALLED_DIRS), $(SDIR)_clean)
-distclean: clean $(foreach SDIR, $(INSTALLED_DIRS), $(SDIR)_distclean)
+distclean: $(foreach SDIR, $(INSTALLED_DIRS), $(SDIR)_distclean)