summaryrefslogtreecommitdiff
path: root/apps/examples/helloxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-17 07:32:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-17 07:32:55 -0600
commitbab172c8baa89ceaf0e14a1882d310177567f118 (patch)
tree08fb45c1ba1a6652deeabbe195fd8c90f5c2d907 /apps/examples/helloxx
parentb9fd394c9655312d0cd7e610594100693e22781c (diff)
downloadnuttx-bab172c8baa89ceaf0e14a1882d310177567f118.tar.gz
nuttx-bab172c8baa89ceaf0e14a1882d310177567f118.tar.bz2
nuttx-bab172c8baa89ceaf0e14a1882d310177567f118.zip
Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update SAMA5D3x-EK/hello defconfig
Diffstat (limited to 'apps/examples/helloxx')
-rw-r--r--apps/examples/helloxx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/helloxx/Makefile b/apps/examples/helloxx/Makefile
index 6a5da5416..285dd1d88 100644
--- a/apps/examples/helloxx/Makefile
+++ b/apps/examples/helloxx/Makefile
@@ -99,10 +99,10 @@ endif
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
-$(COBJS) $(MAINOBJ): %$(OBJEXT): %.c
+$(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
-$(CXXOBJS): %$(OBJEXT): %.cxx
+$(CXXOBJS) $(MAINOBJ): %$(OBJEXT): %.cxx
$(call COMPILEXX, $<, $@)
.built: chkcxx $(OBJS)