Fix build of stand/usb .
MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
adbf6af741
commit
8427dd0899
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user