From: Frank Livingston Date: Mon, 19 Mar 2018 23:25:40 +0000 (-0500) Subject: PASDK-587:Update RTSC component makefile for update in PAF build X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=1583903bab59c4083c7d2fcce88e045969992c74 PASDK-587:Update RTSC component makefile for update in PAF build --- diff --git a/installer_builder/rtsc/Makefile b/installer_builder/rtsc/Makefile index fc705141..2a405f79 100644 --- a/installer_builder/rtsc/Makefile +++ b/installer_builder/rtsc/Makefile @@ -29,9 +29,14 @@ ## EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## -# Path to C6000 compiler tools -ifeq ($(CG_TOOLS),) -$(call error,ERROR - CG_TOOLS NOT DEFINED) +# Path to TI C6000 compiler tools +ifeq ($(CG_TOOLS_c66x),) +$(call error,ERROR - CG_TOOLS_c66x NOT DEFINED) +endif + +# Path to GCC ARM A15 compiler tools +ifeq ($(CG_TOOLS_a15),) +$(call error,ERROR - CG_TOOLS_a15 NOT DEFINED) endif ifeq ($(XDCROOT),) diff --git a/pasdk/paf b/pasdk/paf index 2f47f1e8..e2235b10 160000 --- a/pasdk/paf +++ b/pasdk/paf @@ -1 +1 @@ -Subproject commit 2f47f1e87e9211dff37b0360e3a7fbf22b564209 +Subproject commit e2235b104319f8fba2e29328204bef41e12eb280