remove references to static_devices.o
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1162 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
fd5d0a5f05
commit
00359e91ec
|
@ -135,9 +135,7 @@ arch i386 end
|
||||||
## Build the objects we have code for in this directory.
|
## Build the objects we have code for in this directory.
|
||||||
##
|
##
|
||||||
|
|
||||||
#object mainboard.o
|
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
#object static_devices.o
|
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
object reset.o
|
||||||
|
|
|
@ -134,9 +134,7 @@ arch i386 end
|
||||||
## Build the objects we have code for in this directory.
|
## Build the objects we have code for in this directory.
|
||||||
##
|
##
|
||||||
|
|
||||||
#object mainboard.o
|
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
#object static_devices.o
|
|
||||||
# if HAVE_MP_TABLE object mptable.o end
|
# if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
object reset.o
|
||||||
|
|
|
@ -135,9 +135,7 @@ arch i386 end
|
||||||
## Build the objects we have code for in this directory.
|
## Build the objects we have code for in this directory.
|
||||||
##
|
##
|
||||||
|
|
||||||
#object mainboard.o
|
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
#object static_devices.o
|
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
object reset.o
|
object reset.o
|
||||||
|
|
|
@ -25,7 +25,6 @@ driver adaptec_scsi.o
|
||||||
driver promise_sata.o
|
driver promise_sata.o
|
||||||
driver intel_nic.o
|
driver intel_nic.o
|
||||||
object reset.o
|
object reset.o
|
||||||
#object static_devices.o
|
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
#
|
#
|
||||||
|
|
|
@ -13,7 +13,6 @@ uses ARCH
|
||||||
###
|
###
|
||||||
### Build the objects we have code for in this directory.
|
### Build the objects we have code for in this directory.
|
||||||
###
|
###
|
||||||
##object mainboard.o
|
|
||||||
config chip.h
|
config chip.h
|
||||||
register "fixup_scsi" = "1"
|
register "fixup_scsi" = "1"
|
||||||
register "fixup_vga" = "1"
|
register "fixup_vga" = "1"
|
||||||
|
@ -24,7 +23,6 @@ driver adaptec_scsi.o
|
||||||
driver si_sata.o
|
driver si_sata.o
|
||||||
driver intel_nic.o
|
driver intel_nic.o
|
||||||
object reset.o
|
object reset.o
|
||||||
#object static_devices.o
|
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
#
|
#
|
||||||
|
|
|
@ -13,7 +13,6 @@ uses ARCH
|
||||||
###
|
###
|
||||||
### Build the objects we have code for in this directory.
|
### Build the objects we have code for in this directory.
|
||||||
###
|
###
|
||||||
##object mainboard.o
|
|
||||||
config chip.h
|
config chip.h
|
||||||
register "fixup_scsi" = "1"
|
register "fixup_scsi" = "1"
|
||||||
register "fixup_vga" = "1"
|
register "fixup_vga" = "1"
|
||||||
|
@ -24,7 +23,6 @@ driver ti_firewire.o
|
||||||
driver adaptec_scsi.o
|
driver adaptec_scsi.o
|
||||||
driver si_sata.o
|
driver si_sata.o
|
||||||
driver intel_nic.o
|
driver intel_nic.o
|
||||||
#object static_devices.o
|
|
||||||
object reset.o
|
object reset.o
|
||||||
if HAVE_MP_TABLE object mptable.o end
|
if HAVE_MP_TABLE object mptable.o end
|
||||||
if HAVE_PIRQ_TABLE object irq_tables.o end
|
if HAVE_PIRQ_TABLE object irq_tables.o end
|
||||||
|
|
Loading…
Reference in New Issue