0be419947e
Change-Id: I306f8cd74af62c0cd30f445d20c47f774f122481 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49247 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
16 lines
333 B
Makefile
16 lines
333 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ramstage-y += ec.c
|
|
|
|
romstage-y += chromeos.c
|
|
ramstage-y += chromeos.c
|
|
|
|
smm-y += ec.c
|
|
|
|
SRC_ROOT = $(src)/mainboard/google/stout
|
|
bootblock-y += gpio.c
|
|
romstage-y += gpio.c
|
|
|
|
ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads
|
|
bootblock-y += early_init.c
|
|
romstage-y += early_init.c
|