16bd03b20SKevin Lo# 26bd03b20SKevin Lo# 36bd03b20SKevin Lo# Copyright (c) 2014 Kevin Lo. All rights reserved. 46bd03b20SKevin Lo# 56bd03b20SKevin Lo# Redistribution and use in source and binary forms, with or without 66bd03b20SKevin Lo# modification, are permitted provided that the following conditions 76bd03b20SKevin Lo# are met: 86bd03b20SKevin Lo# 1. Redistributions of source code must retain the above copyright 96bd03b20SKevin Lo# notice, this list of conditions and the following disclaimer. 106bd03b20SKevin Lo# 2. Redistributions in binary form must reproduce the above copyright 116bd03b20SKevin Lo# notice, this list of conditions and the following disclaimer in the 126bd03b20SKevin Lo# documentation and/or other materials provided with the distribution. 136bd03b20SKevin Lo# 146bd03b20SKevin Lo# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 156bd03b20SKevin Lo# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 166bd03b20SKevin Lo# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 176bd03b20SKevin Lo# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 186bd03b20SKevin Lo# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 196bd03b20SKevin Lo# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 206bd03b20SKevin Lo# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 216bd03b20SKevin Lo# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 226bd03b20SKevin Lo# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 236bd03b20SKevin Lo# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 246bd03b20SKevin Lo# SUCH DAMAGE. 256bd03b20SKevin Lo# 266bd03b20SKevin Lo 27*193d9e76SEnji CooperS= ${SRCTOP}/sys 286bd03b20SKevin Lo 296bd03b20SKevin Lo.PATH: $S/dev/usb/misc 306bd03b20SKevin Lo 316bd03b20SKevin LoKMOD= uled 326bd03b20SKevin LoSRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \ 336bd03b20SKevin Lo uled.c 346bd03b20SKevin Lo 356bd03b20SKevin Lo.include <bsd.kmod.mk> 36