summaryrefslogtreecommitdiff
path: root/src/arch/i386/smp/Config.lb
blob: d1e365c073620b1d86a7cd0caf7f90c0234de5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
uses HAVE_MP_TABLE
uses CONFIG_SMP

if HAVE_MP_TABLE
  object mpspec.o 
end
#object ioapic.o CONFIG_IOAPIC
if CONFIG_SMP
  object start_stop.o 
  object secondary.S 
end