Fixed CONFDIR missing in PAL makefiles

This commit is contained in:
marcoveeneman 2018-03-12 19:25:44 +01:00
parent e38bf60447
commit e75bb117dd
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ TCPPSRC =
ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
INCDIR = $(ALLINC) $(TESTINC)
INCDIR = $(ALLINC) $(CONFDIR)
#
# Project, sources and paths

View File

@ -147,7 +147,7 @@ TCPPSRC =
ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
INCDIR = $(ALLINC) $(TESTINC)
INCDIR = $(ALLINC) $(CONFDIR)
#
# Project, sources and paths