diff options
| -rw-r--r-- | testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad | 2 | ||||
| -rw-r--r-- | testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad | 2 | 
2 files changed, 2 insertions, 2 deletions
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  | 
