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>
14 lines
348 B
Makefile
14 lines
348 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
subdirs-y += aspeed
|
|
subdirs-y += fintek
|
|
subdirs-y += ite
|
|
subdirs-y += nsc
|
|
subdirs-y += nuvoton
|
|
subdirs-y += renesas
|
|
subdirs-y += serverengines
|
|
subdirs-y += smsc
|
|
subdirs-y += winbond
|
|
|
|
ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += common/conf_mode.c
|
|
ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += common/conf_mode.c
|