diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-06 08:12:34 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-09 16:58:50 +0000 |
commit | c25f61f9c72dc6933513d7bfee4cfdff5e7d3b29 (patch) | |
tree | a6b962feaf30f9eb6dc14d7469a060cdea478fd3 /src/southbridge/intel | |
parent | 5d5f6822f97583b330d0be40b628622ab4f5ee36 (diff) |
sb/intel/i82801jx/Makefile.inc: Remove path to non-existent folder
Found using 'Wmissing-include-dirs' command option.
Change-Id: I2e69822575e42b322eb971540821f3b87fb7e903
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70384
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')
-rw-r--r-- | src/southbridge/intel/i82801jx/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82801jx/Makefile.inc b/src/southbridge/intel/i82801jx/Makefile.inc index b5fbb77398..f1388ce42d 100644 --- a/src/southbridge/intel/i82801jx/Makefile.inc +++ b/src/southbridge/intel/i82801jx/Makefile.inc @@ -21,6 +21,4 @@ ramstage-y += ../common/pciehp.c smm-y += smihandler.c -CPPFLAGS_common += -I$(src)/southbridge/intel/i82801jx/include - endif |