From 57368465817341663d9d1e7f5565dbb3cd2020f8 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 30 Nov 2019 20:26:53 -0700 Subject: superio/aspeed: Remove unused aspeed include path Working on some other code, I noticed that superio/aspeed was added as an include path even though I wasn't using it. I investigated and found that NOTHING is using it. The files in the aspeed directory all reference files in their own directory. The supermicro x11-lga1151-series boards are the only ones using this SIO. TEST=util/abuild/abuild -t supermicro/x11-lga1151-series Signed-off-by: Martin Roth Change-Id: I377066451a50452c17c9bfaa0f815f69e039984e Reviewed-on: https://review.coreboot.org/c/coreboot/+/37390 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Angel Pons --- src/superio/aspeed/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/superio/aspeed/Makefile.inc b/src/superio/aspeed/Makefile.inc index 6d0cc263e9..b9494fae61 100644 --- a/src/superio/aspeed/Makefile.inc +++ b/src/superio/aspeed/Makefile.inc @@ -20,5 +20,3 @@ bootblock-$(CONFIG_SUPERIO_ASPEED_COMMON_PRE_RAM) += common/early_serial.c subdirs-y += ast2400 subdirs-y += common - -CPPFLAGS_common += -Isrc/superio/aspeed -- cgit v1.2.3