Deleted Added
full compact
Makefile (222578) Makefile (222696)
1#
1#
2# $FreeBSD: head/sys/modules/usb/umcs7840/Makefile 222578 2011-06-01 17:58:27Z hselasky $
2# $FreeBSD: head/sys/modules/usb/umcs/Makefile 222696 2011-06-04 20:40:24Z hselasky $
3#
4# Copyright (c) 2011 Hans Petter Selasky. All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

24# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25# SUCH DAMAGE.
26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/serial
31
3#
4# Copyright (c) 2011 Hans Petter Selasky. All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

24# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25# SUCH DAMAGE.
26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/serial
31
32KMOD= umcs7840
32KMOD= umcs
33SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
33SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34 umcs7840.c
34 umcs.c
35
36.include <bsd.kmod.mk>
35
36.include <bsd.kmod.mk>