summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-06-22 20:05:34 -0400
committerAngela Stegmaier <angelabaker@ti.com>2017-06-27 15:23:06 -0500
commit3feed65bc2b8f7444ee49791d14d41377aa37894 (patch)
tree1e9e2b48f0d42f0cb341882114623665ea515ba5
parent7b3a739876e46d3194861a2d93077ff95954affb (diff)
downloadipc-3feed65bc2b8f7444ee49791d14d41377aa37894.tar.gz
Makefile: Include GATE related sources for all platforms.
Want all the sources to be part of IPC package irrespective of platform Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--linux/src/api/Makefile.am2
-rw-r--r--linux/src/daemon/Makefile.am2
2 files changed, 0 insertions, 4 deletions
diff --git a/linux/src/api/Makefile.am b/linux/src/api/Makefile.am
index a8e70b4..8c274eb 100644
--- a/linux/src/api/Makefile.am
+++ b/linux/src/api/Makefile.am
@@ -79,7 +79,6 @@ libtiipc_la_SOURCES = \
$(top_srcdir)/linux/include/ti/ipc/heaps/HeapStd.h \
$(top_srcdir)/linux/src/heaps/HeapStd.c
-if DRA7XX
libtiipc_la_SOURCES += $(top_srcdir)/linux/include/IGateProvider.h \
$(top_srcdir)/linux/include/GateHWSpinlock.h \
$(top_srcdir)/linux/include/GateMutex.h \
@@ -89,7 +88,6 @@ libtiipc_la_SOURCES += $(top_srcdir)/linux/include/IGateProvider.h \
$(top_srcdir)/linux/src/api/gates/GateMP.c \
$(top_srcdir)/linux/src/api/gates/GateMutex.c \
$(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c
-endif
# Add version info to the shared library
libtiipc_la_LDFLAGS = -version-info 1:0:0
diff --git a/linux/src/daemon/Makefile.am b/linux/src/daemon/Makefile.am
index 1bf3c2d..ecb9b72 100644
--- a/linux/src/daemon/Makefile.am
+++ b/linux/src/daemon/Makefile.am
@@ -116,7 +116,6 @@ common_sources = \
$(top_srcdir)/packages/ti/ipc/NameServer.h \
$(top_srcdir)/packages/ti/ipc/MultiProc.h
-if DRA7XX
common_sources += \
GateMP_daemon.c \
GateHWSpinlock.c \
@@ -130,7 +129,6 @@ common_sources += \
$(top_srcdir)/linux/include/GateMutex.h \
$(top_srcdir)/linux/include/GateMP_config.h \
$(top_srcdir)/packages/ti/ipc/GateMP.h
-endif
# list of sources for the 'lad' binary and to add to the source distribution
#