summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/helloxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 08:00:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 08:00:47 -0600
commit5a79aa40e5a82a8358df0ab581f436df1e204134 (patch)
tree4d168ff54ec4177c03d24c074a82f5734da2b3a5 /apps/examples/elf/tests/helloxx
parent0c6521fb7bcde9542ccb41d84aaf075f9871e8df (diff)
downloadpx4-nuttx-5a79aa40e5a82a8358df0ab581f436df1e204134.tar.gz
px4-nuttx-5a79aa40e5a82a8358df0ab581f436df1e204134.tar.bz2
px4-nuttx-5a79aa40e5a82a8358df0ab581f436df1e204134.zip
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
Diffstat (limited to 'apps/examples/elf/tests/helloxx')
-rw-r--r--apps/examples/elf/tests/helloxx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/helloxx/Makefile b/apps/examples/elf/tests/helloxx/Makefile
index cd153bd52..a85485b40 100644
--- a/apps/examples/elf/tests/helloxx/Makefile
+++ b/apps/examples/elf/tests/helloxx/Makefile
@@ -139,7 +139,8 @@ clean:
$(call DELFILE, $(BIN4))
$(call CLEAN)
-install: $(ALL_BIN)
+install:
+ $(ALL_BIN)
$(Q) mkdir -p $(ROMFS_DIR)
$(Q) install $(BIN1) $(ROMFS_DIR)/$(BIN1)
$(Q) install $(BIN2) $(ROMFS_DIR)/$(BIN2)