diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-06 08:31:53 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-09 16:59:06 +0000 |
commit | 00b8cbd12838e5fcef83c9583a37a2c8b56bfdf7 (patch) | |
tree | 64b4fc0db0c84c0de78c4b1c3830d6936ee96df8 /src/southbridge/intel/ibexpeak | |
parent | c25f61f9c72dc6933513d7bfee4cfdff5e7d3b29 (diff) |
sb/intel/ibexpeak/Makefile.inc: Remove path to non-existent folder
Found using 'Wmissing-include-dirs' command option.
Change-Id: I7c2217bbe677810d25c5d5d1062320773ee7e0c8
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70386
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/southbridge/intel/ibexpeak')
-rw-r--r-- | src/southbridge/intel/ibexpeak/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/ibexpeak/Makefile.inc b/src/southbridge/intel/ibexpeak/Makefile.inc index 1cf3d1c6dd..b81792b759 100644 --- a/src/southbridge/intel/ibexpeak/Makefile.inc +++ b/src/southbridge/intel/ibexpeak/Makefile.inc @@ -33,6 +33,4 @@ romstage-y += early_cir.c romstage-y += early_usb.c romstage-y += setup_heci_uma.c -CPPFLAGS_common += -I$(src)/southbridge/intel/ibexpeak/include - endif |