summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac3dcf0)
raw | patch | inline | side by side (parent: ac3dcf0)
author | Arnie Reynoso <arnier@ti.com> | |
Thu, 9 May 2013 20:24:18 +0000 (13:24 -0700) | ||
committer | Chris Ring <cring@ti.com> | |
Tue, 21 May 2013 17:31:57 +0000 (10:31 -0700) |
Signed-off-by: Chris Ring <cring@ti.com>
products.mak | patch | blob | history |
diff --git a/products.mak b/products.mak
index c528bae186f04fc4ddf3a7e6f6167d5f96d443a5..fa3d8941e01347c0042a3a6cbd12e56677b6441e 100644 (file)
--- a/products.mak
+++ b/products.mak
# 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)-
-KERNEL_INSTALL_DIR =
+TOOLCHAIN_PREFIX ?= $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
+KERNEL_INSTALL_DIR ?=
# Linux platform to build (optional)
# Run './configure --help' for available PLATFORM options
# List of supported devices (choose one): omap5432, vayu
#
-DEVICE = _device_
+DEVICE ?= _device_
# Define the product variables for the device you will be using.
#