diff options
Diffstat (limited to 'src/northbridge/amd/amdk8')
-rw-r--r-- | src/northbridge/amd/amdk8/Kconfig | 1 | ||||
-rw-r--r-- | src/northbridge/amd/amdk8/Makefile.inc | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig index a7e56d0e46..11ad90c120 100644 --- a/src/northbridge/amd/amdk8/Kconfig +++ b/src/northbridge/amd/amdk8/Kconfig @@ -29,5 +29,4 @@ config HAVE_HIGH_TABLES bool default y - source src/northbridge/amd/amdk8/root_complex/Kconfig diff --git a/src/northbridge/amd/amdk8/Makefile.inc b/src/northbridge/amd/amdk8/Makefile.inc index 462db4815d..8a12d77f10 100644 --- a/src/northbridge/amd/amdk8/Makefile.inc +++ b/src/northbridge/amd/amdk8/Makefile.inc @@ -5,10 +5,11 @@ driver-y += northbridge.o driver-y += misc_control.o -obj-y += get_sblk_pci1234.o -obj-$(CONFIG_HAVE_ACPI_TABLES) += amdk8_acpi.o +obj-y += get_sblk_pci1234.o +obj-$(CONFIG_HAVE_ACPI_TABLES) += amdk8_acpi.o -# Not sure what to do with these yet. How did raminit_test even work? Should be a target in -y form +# Not sure what to do with these yet. How did raminit_test even work? +# Should be a target in -y form. #if CONFIG_K8_REV_F_SUPPORT # #makerule raminit_test @@ -27,4 +28,3 @@ obj-$(CONFIG_HAVE_ACPI_TABLES) += amdk8_acpi.o # #end # -# |