diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-09 15:32:02 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-08-13 17:43:32 +0000 |
commit | 77e27a7bb031314f99817bea5fa11826773b83ad (patch) | |
tree | e54161b46fcede6a4e928564fe3901e06db0f509 /src/superio/ite | |
parent | e104934a23d73f1698cfc33093689d28bce0f076 (diff) | |
download | coreboot-77e27a7bb031314f99817bea5fa11826773b83ad.tar.xz |
superio/*/Makefiles: Remove non-existing directory inclusion
Change-Id: I080f5b67c6e555fcc025ec11a1d15dddfe3a546d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44317
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio/ite')
-rw-r--r-- | src/superio/ite/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index f2ebda05fb..8ff122bbdd 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -10,9 +10,7 @@ ramstage-$(CONFIG_SUPERIO_ITE_ENV_CTRL) += common/env_ctrl.c subdirs-y += it8528e subdirs-y += it8613e subdirs-y += it8623e -subdirs-y += it8671f subdirs-y += it8712f -subdirs-y += it8716f subdirs-y += it8718f subdirs-y += it8720f subdirs-y += it8721f |