]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/big-data-ipc-examples.git/blobdiff - makefile
makefile: Cleanup install rov makefile entries
[processor-sdk/big-data-ipc-examples.git] / makefile
index 3449e4e1ce468e53d07903301587f3fb718233ea..24fed3a6cd0b311442e898c46ee94b221a46b2fe 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -34,7 +34,7 @@
 #  ======== makefile ========
 #
 
-.PHONY: host_bios/simple_buffer_example
+.PHONY:  host_bios host_bios/simple_buffer_example
 
 all: host_bios
 
@@ -52,7 +52,18 @@ help:
        @echo "make       # clean all examples (does not delete them)"
        @echo ""
 
+install_bin::
+       @echo "#"
+       @echo "# Installing host_bios examples..."
+       $(MAKE) -C host_bios/simple_buffer_example install
+
+install_rov::
+       @echo "#"
+       @echo "# Installing host_bios examples..."
+       $(MAKE) -C host_bios/simple_buffer_example install_rov
+
+
 clean::
        @echo "#"
-       @echo "# Cleaning host_$(HOSTOS) examples..."
+       @echo "# Cleaning host_bios examples..."
        $(MAKE) -C host_bios/simple_buffer_example clean