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>
This commit is contained in:
parent
e104934a23
commit
77e27a7bb0
|
@ -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
|
||||
|
|
|
@ -4,13 +4,11 @@
|
|||
bootblock-$(CONFIG_SUPERIO_FINTEK_COMMON_PRE_RAM) += common/early_serial.c
|
||||
romstage-$(CONFIG_SUPERIO_FINTEK_COMMON_PRE_RAM) += common/early_serial.c
|
||||
|
||||
subdirs-y += f71805f
|
||||
subdirs-y += f71808a
|
||||
subdirs-y += f71859
|
||||
subdirs-y += f71863fg
|
||||
subdirs-y += f71869ad
|
||||
subdirs-y += f71872
|
||||
subdirs-y += f81216h
|
||||
subdirs-y += f81865f
|
||||
subdirs-y += f81866d
|
||||
subdirs-y += f81803a
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,11 +4,7 @@
|
|||
bootblock-$(CONFIG_SUPERIO_NSC_COMMON_PRE_RAM) += common/early_serial.c
|
||||
romstage-$(CONFIG_SUPERIO_NSC_COMMON_PRE_RAM) += common/early_serial.c
|
||||
|
||||
subdirs-y += pc87309
|
||||
subdirs-y += pc87360
|
||||
subdirs-y += pc87366
|
||||
subdirs-y += pc87382
|
||||
subdirs-y += pc87384
|
||||
subdirs-y += pc87392
|
||||
subdirs-y += pc87417
|
||||
subdirs-y += pc97317
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
subdirs-y += dme1737
|
||||
subdirs-y += fdc37n972
|
||||
subdirs-y += lpc47b272
|
||||
subdirs-y += lpc47b397
|
||||
subdirs-y += lpc47m10x
|
||||
subdirs-y += lpc47m15x
|
||||
subdirs-y += lpc47n207
|
||||
|
@ -15,5 +12,4 @@ subdirs-y += kbc1100
|
|||
subdirs-y += mec1308
|
||||
subdirs-y += smscsuperio
|
||||
subdirs-y += sio1036
|
||||
subdirs-y += sch4037
|
||||
subdirs-y += sch5545
|
||||
|
|
|
@ -10,6 +10,4 @@ subdirs-y += w83627hf
|
|||
subdirs-y += w83627thg
|
||||
subdirs-y += w83627uhg
|
||||
subdirs-y += w83667hg-a
|
||||
subdirs-y += w83697hf
|
||||
subdirs-y += w83977tf
|
||||
subdirs-y += wpcd376i
|
||||
|
|
Loading…
Reference in New Issue