summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2b9f4bf)
raw | patch | inline | side by side (parent: 2b9f4bf)
author | Frank Livingston <frank-livingston@ti.com> | |
Thu, 29 Mar 2018 19:58:34 +0000 (14:58 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Thu, 29 Mar 2018 19:58:34 +0000 (14:58 -0500) |
products.mak | patch | blob | history |
diff --git a/products.mak b/products.mak
index 9e4e5532448e300f594bc3d1485ec13e61a22ade..e991199f279e8d0568b70608d6644eaec5f3bc5f 100644 (file)
--- a/products.mak
+++ b/products.mak
.PHONY: .show
+ifneq ($(OS),Windows_NT)
DEPOT = /home/frank/ti
+else
+DEPOT = c:/ti
+endif
#### PASDK installation directories ####
-PASDK_ROOT ?= $(DEPOT)/processor_sdk_audio_1_03_00_00
+ifneq ($(OS),Windows_NT)
+export PASDK_ROOT ?= $(DEPOT)/processor_sdk_audio_1_03_00_00
+else
+export PASDK_ROOT ?= T:
+endif
PASDK_INSTALL_DIR = $(PASDK_ROOT)/pasdk
PAF_INSTALL_DIR = $(PASDK_INSTALL_DIR)/paf