summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdfam10/Makefile.inc
blob: 91f488d50a246bf294f0bbdf78d17c40e13075ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
driver-y += northbridge.o
driver-y += misc_control.o

obj-$(CONFIG_GENERATE_ACPI_TABLES) += amdfam10_acpi.o
obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt.o
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr1.o
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr2.o
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr3.o
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr4.o
obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr5.o

obj-y += get_pci1234.o

# Enable this if you want to check the values of the PCI routing registers.
# Call show_all_routes() anywhere amdfam10.h is included.
#obj-y += util.o