Deleted Added
full compact
Makefile (188943) Makefile (198258)
1#
1#
2# $FreeBSD: head/sys/modules/usb/ucom/Makefile 188943 2009-02-23 18:32:59Z thompsa $
2# $FreeBSD: head/sys/modules/usb/ucom/Makefile 198258 2009-10-19 21:54:41Z thompsa $
3#
4# Copyright (c) 2008 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.

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

25# SUCH DAMAGE.
26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/serial
31
32KMOD= ucom
3#
4# Copyright (c) 2008 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.

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

25# SUCH DAMAGE.
26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/serial
31
32KMOD= ucom
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 opt_gdb.h device_if.h bus_if.h usb_if.h usbdevs.h \
34 usb_serial.c
35
36.include <bsd.kmod.mk>
34 usb_serial.c
35
36.include <bsd.kmod.mk>