2009-08-12 17:56:17 +02:00
|
|
|
driver-y += northbridge.o
|
|
|
|
driver-y += misc_control.o
|
2009-08-25 02:53:22 +02:00
|
|
|
obj-y += get_sblk_pci1234.o
|
2009-10-15 15:35:47 +02:00
|
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLES) += amdk8_acpi.o
|
2009-08-12 17:56:17 +02:00
|
|
|
|
2009-08-25 02:53:22 +02:00
|
|
|
# Not sure what to do with these yet. How did raminit_test even work?
|
|
|
|
# Should be a target in -y form.
|
2009-08-12 17:56:17 +02:00
|
|
|
#if CONFIG_K8_REV_F_SUPPORT
|
|
|
|
#
|
|
|
|
#makerule raminit_test
|
|
|
|
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
|
|
|
|
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_f.c"
|
|
|
|
# action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
|
|
|
#end
|
|
|
|
#
|
|
|
|
#else
|
|
|
|
#
|
|
|
|
#makerule raminit_test
|
|
|
|
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
|
|
|
|
# depends "$(TOP)/src/northbridge/amd/amdk8/raminit.c"
|
|
|
|
# action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
|
|
|
|
#end
|
|
|
|
#
|
|
|
|
#end
|
|
|
|
#
|