From c3514114c6d669804287cc9edda959207ad19eb3 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Mon, 19 Oct 2009 21:54:41 +0000 Subject: [PATCH] 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 bda903c94b1c..b7836a83aab3 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