]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
IPC: Added conditional variable assignments to missing
authorArnie Reynoso <arnier@ti.com>
Thu, 9 May 2013 20:24:18 +0000 (13:24 -0700)
committerChris 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

index c528bae186f04fc4ddf3a7e6f6167d5f96d443a5..fa3d8941e01347c0042a3a6cbd12e56677b6441e 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)-
-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
@@ -59,7 +59,7 @@ DESTDIR ?=
 
 # List of supported devices (choose one): omap5432, vayu
 #
-DEVICE = _device_
+DEVICE ?= _device_
 
 # Define the product variables for the device you will be using.
 #