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/jetway | |
parent | 2e694eda333df2e9a2855d27b0548ec255b9e1a3 (diff) |
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/jetway')
-rw-r--r-- | src/mainboard/jetway/j7f24/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/jetway/j7f24/Makefile.inc b/src/mainboard/jetway/j7f24/Makefile.inc index 78a2a4b4bc..8b86403f06 100644 --- a/src/mainboard/jetway/j7f24/Makefile.inc +++ b/src/mainboard/jetway/j7f24/Makefile.inc @@ -24,10 +24,5 @@ obj-y += mainboard.o obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.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 |