diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-25 21:50:26 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-25 21:50:26 +0000 |
commit | 31b0bea940e73583d66435383cceed58e43e477a (patch) | |
tree | 1bdc68bc9d2df1388332766bd2cd22bfc6dd84d0 /src/mainboard/winent | |
parent | 2e694eda333df2e9a2855d27b0548ec255b9e1a3 (diff) | |
download | coreboot-31b0bea940e73583d66435383cceed58e43e477a.tar.xz |
Move the ldscripts logic to src/arch/i386/Makefile.inc
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Joseph Smith <joe@settoplinux.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5164 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/winent')
-rw-r--r-- | src/mainboard/winent/pl6064/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/winent/pl6064/Makefile.inc b/src/mainboard/winent/pl6064/Makefile.inc index 091d0482e4..7cdf2c93c6 100644 --- a/src/mainboard/winent/pl6064/Makefile.inc +++ b/src/mainboard/winent/pl6064/Makefile.inc @@ -7,9 +7,4 @@ obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o initobj-y += crt0.o -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 |