The authors from the header of the files are added in a previous commit. Change-Id: Iafeaafb9689c65bd2f5de3960097ec0d4c1009e7 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38544 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
17 lines
429 B
Makefile
17 lines
429 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# This file is part of the coreboot project.
|
|
|
|
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
|
|
ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += common/conf_mode.c
|