summaryrefslogtreecommitdiffstats
path: root/src/drivers/aspeed/common/Makefile.inc
blob: f52b5e096ab23c4052d87fc78c524a15e9672ca2 (plain)
1
2
3
4
5
6
## SPDX-License-Identifier: GPL-2.0-only

ifeq ($(CONFIG_DRIVERS_ASPEED_AST_COMMON),y)
ramstage-y += ast_dp501.c ast_main.c ast_post.c
ramstage-$(CONFIG_GENERIC_LINEAR_FRAMEBUFFER) += ast_mode.c ast_i2c.c ast_mode_corebootfb.c
endif