From 31b0bea940e73583d66435383cceed58e43e477a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 25 Feb 2010 21:50:26 +0000 Subject: Move the ldscripts logic to src/arch/i386/Makefile.inc Signed-off-by: Patrick Georgi Acked-by: Joseph Smith git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5164 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/intel/eagleheights/Makefile.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mainboard/intel/eagleheights') diff --git a/src/mainboard/intel/eagleheights/Makefile.inc b/src/mainboard/intel/eagleheights/Makefile.inc index ec85f29252..e17be314f0 100644 --- a/src/mainboard/intel/eagleheights/Makefile.inc +++ b/src/mainboard/intel/eagleheights/Makefile.inc @@ -11,9 +11,4 @@ obj-$(CONFIG_HAVE_HARD_RESET) += reset.o initobj-y += crt0.o # Use Intel Core (not Core 2) code for CAR init, any CPU might be used. -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 -- cgit v1.2.3