summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82371eb/Makefile.inc
blob: fbb8edf0782fe3edd4ad7bbdeeaf387ba5edcde9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## This file is part of the coreboot project.
## SPDX-License-Identifier: GPL-2.0-or-later

ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_I82371EB),y)

bootblock-y += bootblock.c

ramstage-y +=  i82371eb.c
ramstage-y +=  isa.c
ramstage-y +=  ide.c
ramstage-y +=  usb.c
ramstage-y +=  smbus.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.c

romstage-$(CONFIG_HAVE_ACPI_RESUME) += wakeup.c
romstage-y += early_pm.c
romstage-y += early_smbus.c

endif