aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Godbey2016-07-22 15:35:14 -0500
committerJohn Godbey2016-07-22 15:35:14 -0500
commit484213cd6ab76aa3ee94210891ecedf0ce00d25e (patch)
tree375d254536831ce6c8745b3be81b12f61f136129
parented013f29b8651d7fbc4aaf14a23c80880ee6a565 (diff)
downloadposix-smp-484213cd6ab76aa3ee94210891ecedf0ce00d25e.tar.gz
posix-smp-484213cd6ab76aa3ee94210891ecedf0ce00d25e.tar.xz
posix-smp-484213cd6ab76aa3ee94210891ecedf0ce00d25e.zip
added makefile to installDEV.POSIX-SMP.01.00.01.03
Signed-off-by: John Godbey <j-godbey@ti.com>
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 793e004..f780276 100644
--- a/makefile
+++ b/makefile
@@ -236,6 +236,7 @@ install:
236 install -c -m 755 $(EXEC_DIR)/$(SOC)/$(CORE)/bios/dhry.cfg $(INSTALL_BASE_DIR)/demos/posix-smp/$(SOC)/$(CORE)/bios/dhry.cfg 236 install -c -m 755 $(EXEC_DIR)/$(SOC)/$(CORE)/bios/dhry.cfg $(INSTALL_BASE_DIR)/demos/posix-smp/$(SOC)/$(CORE)/bios/dhry.cfg
237 $(CP) -r $(EXEC_DIR)/*.c $(INSTALL_BASE_DIR)/demos/posix-smp/ 237 $(CP) -r $(EXEC_DIR)/*.c $(INSTALL_BASE_DIR)/demos/posix-smp/
238 $(CP) -r $(EXEC_DIR)/*.h $(INSTALL_BASE_DIR)/demos/posix-smp/ 238 $(CP) -r $(EXEC_DIR)/*.h $(INSTALL_BASE_DIR)/demos/posix-smp/
239 $(CP) -r $(EXEC_DIR)/makefile $(INSTALL_BASE_DIR)/demos/posix-smp/
239 240
240help: 241help:
241 @$(ECHO) "make # build executable" 242 @$(ECHO) "make # build executable"