aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/TIVA
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2018-03-12 19:25:44 +0100
committermarcoveeneman <marco-veeneman@hotmail.com>2018-03-12 19:25:44 +0100
commite75bb117dd187b9db3f024a60c383c91a016c29f (patch)
tree80dc381ab2496fd27c38a1aa835122b17672079f /testhal/TIVA
parente38bf6044796eb56d79d887ccc7c1c1bedc6d4b7 (diff)
downloadChibiOS-Contrib-e75bb117dd187b9db3f024a60c383c91a016c29f.tar.gz
ChibiOS-Contrib-e75bb117dd187b9db3f024a60c383c91a016c29f.tar.bz2
ChibiOS-Contrib-e75bb117dd187b9db3f024a60c383c91a016c29f.zip
Fixed CONFDIR missing in PAL makefiles
Diffstat (limited to 'testhal/TIVA')
-rw-r--r--testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad2
-rw-r--r--testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad2
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