Fix build of stand/usb .

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2020-01-23 10:40:34 +00:00
parent adbf6af741
commit 8427dd0899
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357041
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# $FreeBSD$
#
# Copyright (c) 2013 Hans Petter Selasky.
# Copyright (c) 2013-2020 Hans Petter Selasky.
# Copyright (c) 2014 SRI International
# All rights reserved.
#
@ -162,6 +162,8 @@ KSRCS+= usb_template_audio.c
KSRCS+= usb_template_phone.c
KSRCS+= usb_template_serialnet.c
KSRCS+= usb_template_midi.c
KSRCS+= usb_template_multi.c
KSRCS+= usb_template_cdceem.c
#
# USB mass storage support

View File

@ -1,7 +1,7 @@
#
# $FreeBSD$
#
# Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
# Copyright (c) 2008-2020 Hans Petter Selasky. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -45,4 +45,9 @@ SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
usb_template_multi.c \
usb_template_cdceem.c
#
# NOTE:
# Keep source list above in sync with stand/usb/usbcore.mk
#
.include <bsd.kmod.mk>