mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 17:29:02 -04:00
MFC r198258
Add opt_gdb.h which is now needed by ucom.
This commit is contained in:
parent
906c96039d
commit
fbcc87cbbc
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ S= ${.CURDIR}/../../..
|
|||
.PATH: $S/dev/usb/serial
|
||||
|
||||
KMOD= ucom
|
||||
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
|
||||
SRCS= opt_bus.h opt_usb.h opt_gdb.h device_if.h bus_if.h usb_if.h usbdevs.h \
|
||||
usb_serial.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue