aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/winent/pl6064/Makefile.inc
diff options
context:
space:
mode:
authorAnish K. Patel <anishp@win-ent.com>2010-02-24 16:36:56 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-02-24 16:36:56 +0000
commit3a54ac9c362d2e5900edd7e1c459ffea1e29df64 (patch)
treed761fa9e3491579e81ba98a488cb73703c6fd476 /src/mainboard/winent/pl6064/Makefile.inc
parentc9fa96d04c85430c7397473b2995f8f4913beb9c (diff)
Add Win Enterprises' PL6064 board
Signed-off-by: Anish K. Patel <anishp@win-ent.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5158 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/winent/pl6064/Makefile.inc')
-rw-r--r--src/mainboard/winent/pl6064/Makefile.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/winent/pl6064/Makefile.inc b/src/mainboard/winent/pl6064/Makefile.inc
new file mode 100644
index 0000000000..f91c98550e
--- /dev/null
+++ b/src/mainboard/winent/pl6064/Makefile.inc
@@ -0,0 +1,21 @@
+driver-y += mainboard.o
+
+# Needed by irq_tables and mptable and acpi_tables.
+obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
+
+# This is part of the conversion to init-obj and away from included code.
+
+initobj-y += crt0.o
+crt0s := $(src)/cpu/x86/16bit/entry16.inc
+crt0s += $(src)/cpu/x86/32bit/entry32.inc
+crt0s += $(src)/cpu/x86/16bit/reset16.inc
+crt0s += $(src)/arch/i386/lib/id.inc
+crt0s += $(src)/cpu/amd/model_lx/cache_as_ram.inc
+crt0s += $(obj)/mainboard/$(MAINBOARDDIR)/romstage.inc
+
+ldscripts := $(src)/arch/i386/init/ldscript_fallback_cbfs.lb
+ldscripts += $(src)/cpu/x86/16bit/entry16.lds
+ldscripts += $(src)/cpu/x86/16bit/reset16.lds
+ldscripts += $(src)/arch/i386/lib/id.lds
+ldscripts += $(src)/arch/i386/lib/failover.lds
+