]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - qnx/Makefile
Added make install goal for QNX
[ipc/ipcdev.git] / qnx / Makefile
index b84d215b340d1cbf80f985142701ee8b93b7038f..9ebe59278d0a9bd8a7279c7ef9f81a1a2d12be14 100644 (file)
@@ -47,6 +47,13 @@ ipc3x_dev: utils
        @cd src/ipc3x_dev; \
             make SYSLINK_PLATFORM=omap5430 TILER_PLATFORM=omap5430 SMP=1
 
+install:
+       @cd src/ipc3x_dev; make SYSLINK_PLATFORM=omap5430 \
+               TILER_PLATFORM=omap5430 SMP=1 USE_INSTALL_ROOT=1 \
+               INSTALL_ROOT_nto=$(DESTDIR) install
+       @cd src/tests; make USE_INSTALL_ROOT=1 DESTDIR=$(DESTDIR) \
+               INSTALL_ROOT_nto=$(DESTDIR) install
+
 clean:
        @cd src/family; make clean
        @cd src/api; make clean