From fbcc87cbbcdd706004f72b463ff1ebcd69505b60 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Thu, 29 Oct 2009 23:28:21 +0000 Subject: [PATCH] MFC r198258 Add opt_gdb.h which is now needed by ucom. --- sys/modules/usb/ucom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/usb/ucom/Makefile b/sys/modules/usb/ucom/Makefile index bda903c94b1..b7836a83aab 100644 --- a/sys/modules/usb/ucom/Makefile +++ b/sys/modules/usb/ucom/Makefile @@ -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