xref: /aosp_15_r20/external/coreboot/src/drivers/aspeed/common/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3ifeq ($(CONFIG_DRIVERS_ASPEED_AST_COMMON),y)
4ramstage-y += ast_dp501.c ast_main.c ast_post.c
5ramstage-$(CONFIG_GENERIC_LINEAR_FRAMEBUFFER) += ast_mode.c ast_i2c.c ast_mode_corebootfb.c
6endif
7