Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 07:11:54 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287773 - head/sys/boot/usb
Message-ID:  <201509140711.t8E7Bs7Z017495@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon Sep 14 07:11:53 2015
New Revision: 287773
URL: https://svnweb.freebsd.org/changeset/base/287773

Log:
  Add missing file to build.

Modified:
  head/sys/boot/usb/usbcore.mk

Modified: head/sys/boot/usb/usbcore.mk
==============================================================================
--- head/sys/boot/usb/usbcore.mk	Mon Sep 14 07:08:29 2015	(r287772)
+++ head/sys/boot/usb/usbcore.mk	Mon Sep 14 07:11:53 2015	(r287773)
@@ -143,6 +143,7 @@ KSRCS+=	usb_template_kbd.c
 KSRCS+=	usb_template_audio.c
 KSRCS+=	usb_template_phone.c
 KSRCS+=	usb_template_serialnet.c
+KSRCS+=	usb_template_midi.c
 
 #
 # USB mass storage support



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509140711.t8E7Bs7Z017495>