coreboot-kgpe-d16/src/southbridge/amd/rs690/Makefile.inc

10 lines
151 B
PHP
Raw Normal View History

ifeq ($(CONFIG_SOUTHBRIDGE_AMD_RS690),y)
ramstage-y += rs690.c
ramstage-y += cmn.c
ramstage-y += pcie.c
ramstage-y += ht.c
ramstage-y += gfx.c
endif