summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d26ae3)
raw | patch | inline | side by side (parent: 8d26ae3)
author | Arnie Reynoso <arnier@ti.com> | |
Mon, 1 Jul 2013 18:28:13 +0000 (11:28 -0700) | ||
committer | Chris Ring <cring@ti.com> | |
Mon, 1 Jul 2013 22:27:05 +0000 (15:27 -0700) |
This addresses SDOCM00102069
linux/src/mm/Makefile.am | patch | blob | history | |
linux/src/mm/Makefile.in | patch | blob | history | |
products.mak | patch | blob | history |
index 52c44b75cc817e084df5220df3f324f30a84cd9b..ea801a63e58f8fd02df619c533fefe3abf1b1cff 100644 (file)
--- a/linux/src/mm/Makefile.am
+++ b/linux/src/mm/Makefile.am
# the library names to build (note we are building shared libs)
lib_LTLIBRARIES =
+if OMAP54XX_SMP
if KDIR
lib_LTLIBRARIES += libmmrpc.la
# the list of header files that belong to the library (to be installed later)
libmmrpc_la_HEADERS = $(top_srcdir)/packages/ti/ipc/mm/MmRpc.h
endif
+endif
# the sources to add to the library and to add to the source distribution
libmmrpc_la_SOURCES = \
index c0f1d0ab4d38a643f59f1550447caace28a18785..7d95504a971eb52ffe3f2b53b42813151f0dbe25 100644 (file)
--- a/linux/src/mm/Makefile.in
+++ b/linux/src/mm/Makefile.in
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-@KDIR_TRUE@am__append_1 = libmmrpc.la
+@KDIR_TRUE@@OMAP54XX_SMP_TRUE@am__append_1 = libmmrpc.la
subdir = linux/src/mm
DIST_COMMON = $(am__libmmrpc_la_HEADERS_DIST) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in
am__objects_1 =
am_libmmrpc_la_OBJECTS = $(am__objects_1) MmRpc.lo
libmmrpc_la_OBJECTS = $(am_libmmrpc_la_OBJECTS)
-@KDIR_TRUE@am_libmmrpc_la_rpath = -rpath $(libdir)
+@KDIR_TRUE@@OMAP54XX_SMP_TRUE@am_libmmrpc_la_rpath = -rpath $(libdir)
DEFAULT_INCLUDES = -I. -I$(srcdir)
depcomp = $(SHELL) $(top_srcdir)/linux/build-aux/depcomp
am__depfiles_maybe = depfiles
lib_LTLIBRARIES = $(am__append_1)
# where to install the headers on the system
-@KDIR_TRUE@libmmrpc_ladir = $(includedir)/ti/ipc/mm
+@KDIR_TRUE@@OMAP54XX_SMP_TRUE@libmmrpc_ladir = $(includedir)/ti/ipc/mm
# the list of header files that belong to the library (to be installed later)
-@KDIR_TRUE@libmmrpc_la_HEADERS = $(top_srcdir)/packages/ti/ipc/mm/MmRpc.h
+@KDIR_TRUE@@OMAP54XX_SMP_TRUE@libmmrpc_la_HEADERS = $(top_srcdir)/packages/ti/ipc/mm/MmRpc.h
# the sources to add to the library and to add to the source distribution
libmmrpc_la_SOURCES = \
diff --git a/products.mak b/products.mak
index 87d6b326796d148c926bed6ae50c0be607a0efe1..33cad69218b42c9da119030e7b1eb7c9a64ef6dd 100644 (file)
--- a/products.mak
+++ b/products.mak
TOOLCHAIN_LONGNAME ?= arm-none-linux-gnueabi
TOOLCHAIN_INSTALL_DIR ?= $(DEPOT)/_your_arm_code_gen_install_
TOOLCHAIN_PREFIX ?= $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
+
+# Linux Kernel install path needed to build the mmRpc user libaries
+# for devices that support RPMSG_RPC (optional)
KERNEL_INSTALL_DIR ?=
# Linux platform to build (optional)