]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - products.mak
QNX IPC: Build - Add Vayu Build to the QNX IPC
[ipc/ipcdev.git] / products.mak
index ad22d5396e493fdf39d84da858dc660c43e6c93e..c528bae186f04fc4ddf3a7e6f6167d5f96d443a5 100644 (file)
@@ -40,7 +40,8 @@ DEPOT = _your_depot_folder_
 # Set up required cross compiler path for IPC Linux configuration and build
 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)-
+KERNEL_INSTALL_DIR =
 
 # Linux platform to build (optional)
 # Run './configure --help' for available PLATFORM options
@@ -49,6 +50,26 @@ PLATFORM ?=
 # Path to TI Linux Utils package to locate the pre-built CMEM libraries (optional):
 CMEM_INSTALL_DIR ?=
 
+#################### IPC QNX ####################
+
+# 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
+#
+DEVICE = _device_
+
+# Define the product variables for the device you will be using.
+#
+######## For vayu device ########
+ifeq ("$(DEVICE)","vayu")
+BUILD_FOR_VIRTIO        ?= true
+else
+BUILD_FOR_VIRTIO        ?= false
+endif
+
 #################### IPC Bios ####################
 
 # Set up required dependencies for IPC Bios builds