]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - qnx/src/mm/common.mk
Clean up exported contents in QNX
[ipc/ipcdev.git] / qnx / src / mm / common.mk
index 1674aaa45a4bc99f56ebd2ca789260c4637dd2e7..a1e895111ef887ead9e0eb5ab58fbfbfc220b29e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2013, Texas Instruments Incorporated
+# Copyright (c) 2013-2015, Texas Instruments Incorporated
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@ endef
 
 INSTALLDIR = /usr/lib
 
-CCOPTS += -DSYSLINK_BUILDOS_QNX
+CCOPTS += -DIPC_BUILDOS_QNX
 
 # source path
 EXTRA_SRCVPATH = $(IPC_REPO)/packages/ti/ipc/mm
@@ -61,3 +61,6 @@ OPTIMIZE__gcc=$(OPTIMIZE_NONE_gcc)
 # install the header
 POST_INSTALL += \
        $(CP_HOST) -Rv $(IPC_REPO)/packages/ti/ipc/mm/MmRpc.h $(INSTALL_ROOT_nto)/usr/include/ti/ipc/mm/MmRpc.h
+
+# Quiet the build output
+include $(IPC_REPO)/qnx/quiet.mk