From e75bb117dd187b9db3f024a60c383c91a016c29f Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Mon, 12 Mar 2018 19:25:44 +0100 Subject: Fixed CONFDIR missing in PAL makefiles --- testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad | 2 +- testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal') diff --git a/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad b/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad index 48854ce..112666c 100644 --- a/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad +++ b/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad @@ -147,7 +147,7 @@ TCPPSRC = ASMSRC = $(ALLASMSRC) ASMXSRC = $(ALLXASMSRC) -INCDIR = $(ALLINC) $(TESTINC) +INCDIR = $(ALLINC) $(CONFDIR) # # Project, sources and paths diff --git a/testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad b/testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad index e5c3fc9..0fec94b 100644 --- a/testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad +++ b/testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad @@ -147,7 +147,7 @@ TCPPSRC = ASMSRC = $(ALLASMSRC) ASMXSRC = $(ALLXASMSRC) -INCDIR = $(ALLINC) $(TESTINC) +INCDIR = $(ALLINC) $(CONFDIR) # # Project, sources and paths -- cgit v1.2.3