aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/romfs/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 19:22:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 19:22:47 +0000
commitafda7763683b2b6accbdf4b721b6a5b118d386ac (patch)
tree33cb0e776f79bb599b9c39f34e063fd8238288bd /apps/examples/romfs/Makefile
parent98c0270edecaaca7d0f4ad387cce7c91a4ddbbd9 (diff)
downloadpx4-firmware-afda7763683b2b6accbdf4b721b6a5b118d386ac.tar.gz
px4-firmware-afda7763683b2b6accbdf4b721b6a5b118d386ac.tar.bz2
px4-firmware-afda7763683b2b6accbdf4b721b6a5b118d386ac.zip
Fix various build-related typos
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/romfs/Makefile')
-rw-r--r--apps/examples/romfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/romfs/Makefile b/apps/examples/romfs/Makefile
index b247db6f6..370141276 100644
--- a/apps/examples/romfs/Makefile
+++ b/apps/examples/romfs/Makefile
@@ -65,7 +65,7 @@ ROOTDEPPATH = --dep-path .
VPATH =
all: .built
-.PHONY: checkgenromfs clean depend disclean
+.PHONY: checkgenromfs clean depend distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)