]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - products.mak
Build: Align products.mak variables across OS's
[ipc/ipcdev.git] / products.mak
index 3e330d5cfb390be837129ec16c5b88aedd8b54c7..6e9467b695df42c41cf4ca8f36a3c926dfad99e8 100644 (file)
 #  ======== products.mak ========
 #
 
+# Note that these variables can be explicitly set here or on the command line.
+# The ?= assignment used through gives the command line precedence over
+# settings in this file.
+
 # Optional: recommended to install all dependent components in one folder.
 #
-DEPOT = _your_depot_folder_
+DEPOT ?= _your_depot_folder_
+
+# Platform to build for
+#   Supported platforms (choose one):
+#       OMAPL138, OMAP54XX, DRA7XX, TCI6638, TCI6638
+#
+# Note, this is used for Linux, QNX and BIOS builds
+#
+PLATFORM ?=
+
 
 #################### IPC Linux ####################
 
 # Set up required cross compiler path for IPC Linux configuration and build
-TOOLCHAIN_LONGNAME ?=arm-none-linux-gnueabi
+#
+TOOLCHAIN_LONGNAME ?= arm-none-linux-gnueabi
 TOOLCHAIN_INSTALL_DIR ?= $(DEPOT)/_your_arm_code_gen_install_
-TOOLCHAIN_PREFIX= $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
+TOOLCHAIN_PREFIX ?= $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
 
-# Linux platform to build (optional)
-# Run './configure --help' for available PLATFORM options
-PLATFORM ?=
+# Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
+# (for devices that support it)
+#
+KERNEL_INSTALL_DIR ?=
 
-# Path to TI Linux Utils package to locate the pre-built CMEM libraries (optional):
+# Optional: Path to DRM Library
+#
+DRM_PREFIX ?=
+
+# Optional: Path to TI Linux Utils product
+#
 CMEM_INSTALL_DIR ?=
 
+
 #################### IPC QNX ####################
 
-# Set up path to QNX tools installation
+# Path to QNX tools installation
+#
 QNX_INSTALL_DIR ?=
-# Set up destination for target binaries
+
+# Destination for target binaries
+#
 DESTDIR ?=
 
 #################### IPC Bios ####################
 
-# Set up required dependencies for IPC Bios builds
+# Path to required dependencies for IPC BIOS builds
+#
 XDC_INSTALL_DIR ?= $(DEPOT)/_your_xdctools_install_
 BIOS_INSTALL_DIR ?= $(DEPOT)/_your_bios_install_
 
+# Do you want to build SMP-enabled libraries (if supported for your target)?
+# Set to either 0 (disabled) or 1 (enabled)
 #
-# Set location of various cgtools for Bios builds needed
-# These variables can be set here or on the command line.  The ?= makes
-# the command line to take precedence over the setting in this file.
+BIOS_SMPENABLED=1
+
+# Path to various cgtools
 #
 ti.targets.C28_large ?=
 ti.targets.C28_float ?=