From 053e6134f92e8316b7c494a161a0f6e1c3f737bb Mon Sep 17 00:00:00 2001 From: Robert Tivy Date: Thu, 5 Mar 2015 15:40:32 -0800 Subject: [PATCH] Add $(JOBS) to XDC command definition, intended set to -j by user --- ipc-bios.mak | 4 ++-- 1 file 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 ## -- 2.39.2