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/Makefile.inc | |
parent | e104934a23d73f1698cfc33093689d28bce0f076 (diff) |
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/Makefile.inc')
-rw-r--r-- | src/superio/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/Makefile.inc b/src/superio/Makefile.inc index 2b52ca47d8..e874f3403e 100644 --- a/src/superio/Makefile.inc +++ b/src/superio/Makefile.inc @@ -2,14 +2,12 @@ subdirs-y += aspeed subdirs-y += fintek -subdirs-y += intel subdirs-y += ite subdirs-y += nsc subdirs-y += nuvoton subdirs-y += renesas subdirs-y += serverengines subdirs-y += smsc -subdirs-y += via subdirs-y += winbond ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += common/conf_mode.c |