summaryrefslogtreecommitdiff
path: root/apps/examples/helloxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-24 02:26:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-24 02:26:25 +0000
commit048de7cf3c1d0a20adb148aaa1ff3bc299858ca3 (patch)
treefd609a354c3cd47633f4cd92e665c458a04ffe58 /apps/examples/helloxx
parent1e10d8d0d3733432f69d86948645896295864d42 (diff)
downloadpx4-nuttx-048de7cf3c1d0a20adb148aaa1ff3bc299858ca3.tar.gz
px4-nuttx-048de7cf3c1d0a20adb148aaa1ff3bc299858ca3.tar.bz2
px4-nuttx-048de7cf3c1d0a20adb148aaa1ff3bc299858ca3.zip
Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3413 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/helloxx')
-rwxr-xr-xapps/examples/helloxx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/helloxx/Makefile b/apps/examples/helloxx/Makefile
index e4f58a4ea..3d930191c 100755
--- a/apps/examples/helloxx/Makefile
+++ b/apps/examples/helloxx/Makefile
@@ -90,11 +90,12 @@ $(BIN): chkcxx $(OBJS)
.built: $(BIN)
+context:
+
.depend: Makefile $(SRCS)
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@
-# Register application
depend: .depend
clean: