]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - products.mak
Configs: DRA7xx: Change IPU1 BIOS tick timer to use GPT11
[ipc/ipcdev.git] / products.mak
index 110066513578fcc5f3eba1ff009ee8f3d00b3f87..33cad69218b42c9da119030e7b1eb7c9a64ef6dd 100644 (file)
 
 # Optional: recommended to install all dependent components in one folder.
 #
-DEPOT = _your_depot_folder_
+DEPOT ?= _your_depot_folder_
 
 #################### 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 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)
 # Run './configure --help' for available PLATFORM options
@@ -53,7 +57,12 @@ CMEM_INSTALL_DIR ?=
 
 # Set up path to QNX tools installation
 QNX_INSTALL_DIR ?=
+# Set up destination for target binaries
+DESTDIR ?=
 
+# List of supported devices (choose one): omap5432, vayu, simvayu
+#
+DEVICE ?= _device_
 
 #################### IPC Bios ####################