]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - products.mak
Build: Cosmetic changes to products.mak
[ipc/ipcdev.git] / products.mak
index 5e74c17dbc841b744bfdf830e926e64cdfaa2bf5..e418d2f0d0a130d80521f718d491f4e6cb0827b8 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_
+
+# Optional: platform to build
+#   Supported platforms (choose one):
+#       omapl138, omap54xx_smp, dra7xx, tci6636, tci6638
+#
+# Note, this is used for both Linux 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)-
-KERNEL_INSTALL_DIR =
+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 ?=
+
+# Optional: Path to DRM Library
+#
+DRM_PREFIX ?=
 
-# Path to TI Linux Utils package to locate the pre-built CMEM libraries (optional):
+# 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 ?=
 
+# List of supported devices (choose one): omap5432, vayu, simvayu
+#
+DEVICE ?= _device_
+
 #################### 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_
 
-#
-# 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.
+# Path to various cgtools
 #
 ti.targets.C28_large ?=
 ti.targets.C28_float ?=