mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Added PIRQ tables stuff
This commit is contained in:
parent
006fd07930
commit
402332c59c
1 changed files with 3 additions and 0 deletions
|
@ -28,9 +28,12 @@ option IOAPIC=1
|
|||
option SMP=1
|
||||
option MAX_CPUS=2
|
||||
option HAVE_MP_TABLE=1
|
||||
option HAVE_PIRQ_TABLE=1
|
||||
|
||||
object mainboard.o
|
||||
object mptable.o
|
||||
object irq_tables.o HAVE_PIRQ_TABLE
|
||||
|
||||
|
||||
cpu p6
|
||||
cpu p5
|
||||
|
|
Loading…
Add table
Reference in a new issue