IOAPIC: hook up driver in Kconfig

Missed to add the driver to Kconfig and Makefile.inc.

Change-Id: I64b02abc5de2f6483f610436ebb38a7ca433f9b6
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/1219
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Sven Schnelle 2012-07-11 21:45:46 +02:00 committed by Patrick Georgi
parent ffc1fb35aa
commit 6591470ae0
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
source src/drivers/generic/debug/Kconfig
source src/drivers/generic/generic/Kconfig
source src/drivers/generic/ioapic/Kconfig

View File

@ -1,2 +1,3 @@
subdirs-y += debug
subdirs-y += generic
subdirs-y += ioapic