Add missing reference to ukbdmap.h
Fixes build of ukbd module under "make universe"
This commit is contained in:
parent
a0f887f4f3
commit
16fd1721a1
@ -3,7 +3,7 @@
|
||||
.PATH: ${.CURDIR}/../../dev/usb
|
||||
|
||||
KMOD= ukbd
|
||||
SRCS= bus_if.h device_if.h opt_usb.h opt_kbd.h opt_ukbd.h usbdevs.h ukbd.c
|
||||
SRCS= bus_if.h device_if.h opt_usb.h opt_kbd.h opt_ukbd.h usbdevs.h ukbd.c ukbdmap.h
|
||||
|
||||
opt_kbd.h:
|
||||
echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user