1a8631ddb9d08c57943c7656edbc54614adf5a28
[coreboot.git] / src / northbridge / amd / amdk8 / Makefile.inc
1 driver-y += northbridge.o
2 driver-y += misc_control.o
3 obj-y += get_sblk_pci1234.o
4 obj-$(CONFIG_GENERATE_ACPI_TABLES) += amdk8_acpi.o
5
6 # Enable this if you want to check the values of the PCI routing registers.
7 # Call show_all_routes() anywhere amdk8.h is included.
8 #obj-y += util.o
9
10 # Not sure what to do with these yet. How did raminit_test even work?
11 # Should be a target in -y form.
12 #if CONFIG_K8_REV_F_SUPPORT
13 #
14 #makerule raminit_test
15 #       depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
16 #       depends "$(TOP)/src/northbridge/amd/amdk8/raminit_f.c"
17 #       action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g  $< -o $@"
18 #end
19 #
20 #else
21 #
22 #makerule raminit_test
23 #       depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
24 #       depends "$(TOP)/src/northbridge/amd/amdk8/raminit.c"
25 #       action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g  $< -o $@"
26 #end
27 #
28 #end
29 #