summaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/tiogapass/Makefile.inc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-09-08 06:06:59 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-09 14:41:07 +0000
commit5eb5f863b5f7cf24b991755ee1216023a55cd673 (patch)
tree12846696723ef34579ae2c809235334c2a2814de /src/mainboard/ocp/tiogapass/Makefile.inc
parentc2d0a494a3a60e14edb77bba3ee9736d49c4e531 (diff)
mb/ocp: Remove superfluous FSP header CPP inclusion
This is already done in drivers/intel/fsp2_0/Makefile.inc. Change-Id: Idfd15d0a9d2cb15e613881f80bb25c18bd7454bb Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57484 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/ocp/tiogapass/Makefile.inc')
-rw-r--r--src/mainboard/ocp/tiogapass/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ocp/tiogapass/Makefile.inc b/src/mainboard/ocp/tiogapass/Makefile.inc
index 2f7f327960..f481288cf0 100644
--- a/src/mainboard/ocp/tiogapass/Makefile.inc
+++ b/src/mainboard/ocp/tiogapass/Makefile.inc
@@ -5,4 +5,3 @@ romstage-y += ipmi.c
ramstage-y += ramstage.c ipmi.c
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include
-CPPFLAGS_common += -I$(CONFIG_FSP_HEADER_PATH)