make keyboard reset driver generic (not pc keyboard driver dependent)
so it can be used by usb, too Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5291 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
c2d0b62cc1
commit
1beabe10cd
@@ -58,3 +58,5 @@ TARGETS-$(CONFIG_USB_UHCI) += drivers/usb/uhci_rh.o
|
||||
TARGETS-$(CONFIG_USB_HID) += drivers/usb/usbhid.o
|
||||
TARGETS-$(CONFIG_USB_MSC) += drivers/usb/usbmsc.o
|
||||
|
||||
# used by both USB HID and keyboard
|
||||
TARGETS-y += drivers/hid.o
|
||||
|
Reference in New Issue
Block a user