get rid of static_devices.c
don't use mptable on solo, it's not an SMP system. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1161 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a1d2c58c36
commit
fd5d0a5f05
|
@ -42,7 +42,7 @@ option IRQ_SLOT_COUNT=7
|
||||||
## Build code to export an x86 MP table
|
## Build code to export an x86 MP table
|
||||||
## Useful for specifying IRQ routing values
|
## Useful for specifying IRQ routing values
|
||||||
##
|
##
|
||||||
option HAVE_MP_TABLE=1
|
option HAVE_MP_TABLE=0
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code to export a CMOS option table
|
## Build code to export a CMOS option table
|
||||||
|
@ -137,7 +137,7 @@ arch i386 end
|
||||||
#object mainboard.o
|
#object mainboard.o
|
||||||
driver mainboard.o
|
driver mainboard.o
|
||||||
#object static_devices.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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue