Author: thompsa
Date: Mon Oct 19 21:54:41 2009
New Revision: 198258
URL: http://svn.freebsd.org/changeset/base/198258

Log:
  Add opt_gdb.h which is now needed by ucom.

Modified:
  head/sys/modules/usb/ucom/Makefile

Modified: head/sys/modules/usb/ucom/Makefile
==============================================================================
--- head/sys/modules/usb/ucom/Makefile  Mon Oct 19 21:52:02 2009        
(r198257)
+++ head/sys/modules/usb/ucom/Makefile  Mon Oct 19 21:54:41 2009        
(r198258)
@@ -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>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to