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:
Stefan Reinauer 2003-09-30 11:52:49 +00:00
parent a1d2c58c36
commit fd5d0a5f05
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ option IRQ_SLOT_COUNT=7
## Build code to export an x86 MP table
## Useful for specifying IRQ routing values
##
option HAVE_MP_TABLE=1
option HAVE_MP_TABLE=0
##
## Build code to export a CMOS option table
@ -137,7 +137,7 @@ arch i386 end
#object 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
object reset.o