aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/amdk8/Makefile.inc')
-rw-r--r--src/northbridge/amd/amdk8/Makefile.inc30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/Makefile.inc b/src/northbridge/amd/amdk8/Makefile.inc
new file mode 100644
index 0000000000..462db4815d
--- /dev/null
+++ b/src/northbridge/amd/amdk8/Makefile.inc
@@ -0,0 +1,30 @@
+
+#default CONFIG_AGP_APERTURE_SIZE=0x4000000
+#default CONFIG_HAVE_HIGH_TABLES=1
+
+
+driver-y += northbridge.o
+driver-y += misc_control.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
+#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
+#
+#