summaryrefslogtreecommitdiff
path: root/products.mak
diff options
context:
space:
mode:
authorChris Ring <cring@ti.com>2013-10-14 15:32:58 -0700
committerChris Ring <cring@ti.com>2013-10-15 12:16:18 -0700
commitb3eb9af69c6f27aed17810660ab709978a7ac794 (patch)
tree2f134fc1b03af8507ac75425a903b4713994f840 /products.mak
parent0820447553cb1e36a45320684fa548abbf7edde4 (diff)
downloadipc-b3eb9af69c6f27aed17810660ab709978a7ac794.tar.gz
Build: Align products.mak variables across OS's
The make variable to indicate a platform is now consistent between BIOS, QNX and Linux, and only needs to be set once. Note that this is a compatibility break for consumers (e.g. SDKs) which automate the consumption/build of IPC. This is consciously being introduced in a new Major.minor release (3.20) to keep from breaking 3.00 and 3.10 users. This resolves SDOCM00103415.
Diffstat (limited to 'products.mak')
-rw-r--r--products.mak10
1 files changed, 3 insertions, 7 deletions
diff --git a/products.mak b/products.mak
index 58418df..6e9467b 100644
--- a/products.mak
+++ b/products.mak
@@ -39,11 +39,11 @@
#
DEPOT ?= _your_depot_folder_
-# Optional: platform to build
+# Platform to build for
# Supported platforms (choose one):
-# omapl138, omap54xx_smp, dra7xx, tci6636, tci6638
+# OMAPL138, OMAP54XX, DRA7XX, TCI6638, TCI6638
#
-# Note, this is used for both Linux and BIOS builds
+# Note, this is used for Linux, QNX and BIOS builds
#
PLATFORM ?=
@@ -80,10 +80,6 @@ QNX_INSTALL_DIR ?=
#
DESTDIR ?=
-# List of supported devices (choose one): omap5432, vayu, simvayu
-#
-DEVICE ?= _device_
-
#################### IPC Bios ####################
# Path to required dependencies for IPC BIOS builds