summaryrefslogtreecommitdiff
path: root/ipc-bios.mak
diff options
context:
space:
mode:
authorRobert Tivy <rtivy@ti.com>2015-03-05 15:40:32 -0800
committerRobert Tivy <rtivy@ti.com>2015-03-12 11:16:37 -0700
commit053e6134f92e8316b7c494a161a0f6e1c3f737bb (patch)
tree090f12bd8ebb83eb45b5f264bd3513417eef9a53 /ipc-bios.mak
parente05803341b866731fcf7aa3d64ada2428b90a4f0 (diff)
downloadipc-053e6134f92e8316b7c494a161a0f6e1c3f737bb.tar.gz
Add $(JOBS) to XDC command definition, intended set to -j by user
Diffstat (limited to 'ipc-bios.mak')
-rw-r--r--ipc-bios.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc-bios.mak b/ipc-bios.mak
index 0946f02..f2a432a 100644
--- a/ipc-bios.mak
+++ b/ipc-bios.mak
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2012-2013, Texas Instruments Incorporated
+# Copyright (c) 2012-2015, Texas Instruments Incorporated
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -134,7 +134,7 @@ export XDCOPTIONS
# Note that XDCBUILDCFG points to the ipc-bios.bld file which uses
# the arguments specified by XDCARGS
#
-XDC = $(XDC_INSTALL_DIR)/xdc XDCARGS="$(XDCARGS)" XDCBUILDCFG=./ipc-bios.bld
+XDC = $(XDC_INSTALL_DIR)/xdc $(JOBS) XDCARGS="$(XDCARGS)" XDCBUILDCFG=./ipc-bios.bld
######################################################
## Shouldnt have to modify anything below this line ##