summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5535/Makefile.inc
blob: 3785cd400256f527d35765bfec1dc0d78143ef4d (plain)
1
2
3
4
5
6
7
8
ifeq ($(CONFIG_SOUTHBRIDGE_AMD_CS5535),y)

ramstage-y += cs5535.c
#ramstage-y += pci.c
#ramstage-y += ide.c
ramstage-y += chipsetinit.c

endif