91f488d50a246bf294f0bbdf78d17c40e13075ad
[coreboot.git] / src / northbridge / amd / amdfam10 / Makefile.inc
1 driver-y += northbridge.o
2 driver-y += misc_control.o
3
4 obj-$(CONFIG_GENERATE_ACPI_TABLES) += amdfam10_acpi.o
5 obj-$(CONFIG_GENERATE_ACPI_TABLES) += ssdt.o
6 obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr1.o
7 obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr2.o
8 obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr3.o
9 obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr4.o
10 obj-$(CONFIG_GENERATE_ACPI_TABLES) += sspr5.o
11
12 obj-y += get_pci1234.o
13
14 # Enable this if you want to check the values of the PCI routing registers.
15 # Call show_all_routes() anywhere amdfam10.h is included.
16 #obj-y += util.o