]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Add $(JOBS) to XDC command definition, intended set to -j by user
authorRobert Tivy <rtivy@ti.com>
Thu, 5 Mar 2015 23:40:32 +0000 (15:40 -0800)
committerRobert Tivy <rtivy@ti.com>
Thu, 12 Mar 2015 18:16:37 +0000 (11:16 -0700)
ipc-bios.mak

index 0946f025810a50d717e7ec1dc869b25051352173..f2a432ae15c19c5c51c9c25b18284ac08214e658 100644 (file)
@@ -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 ##