Deleted Added
full compact
Makefile (231905) Makefile (261510)
1#
1#
2# $FreeBSD: stable/9/sys/modules/usb/Makefile 231905 2012-02-19 07:44:38Z rmh $
2# $FreeBSD: stable/9/sys/modules/usb/Makefile 261510 2014-02-05 08:42:59Z hselasky $
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.

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

28.include <bsd.own.mk>
29
30# Modules that include binary-only blobs of microcode should be selectable by
31# MK_SOURCELESS_UCODE option (see below).
32
33SUBDIR = usb
34SUBDIR += ehci musb ohci uhci xhci uss820dci ${_at91dci} ${_atmegadci} ${_avr32dci}
35SUBDIR += ${_rum} run ${_uath} upgt usie ural ${_zyd} ${_urtw}
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.

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

28.include <bsd.own.mk>
29
30# Modules that include binary-only blobs of microcode should be selectable by
31# MK_SOURCELESS_UCODE option (see below).
32
33SUBDIR = usb
34SUBDIR += ehci musb ohci uhci xhci uss820dci ${_at91dci} ${_atmegadci} ${_avr32dci}
35SUBDIR += ${_rum} run ${_uath} upgt usie ural ${_zyd} ${_urtw}
36SUBDIR += atp uhid ukbd ums udbp ufm uep
36SUBDIR += atp uhid ukbd ums udbp ufm uep wsp
37SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
38 umct umcs umodem umoscom uplcom uslcom uvisor uvscom
39SUBDIR += uether aue axe cdce cue ${_kue} mos rue udav uhso ipheth
40SUBDIR += usfs umass urio
41SUBDIR += quirk template
42
43.if ${MK_SOURCELESS_UCODE} != "no"
44_rum= rum

--- 23 unchanged lines hidden ---
37SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
38 umct umcs umodem umoscom uplcom uslcom uvisor uvscom
39SUBDIR += uether aue axe cdce cue ${_kue} mos rue udav uhso ipheth
40SUBDIR += usfs umass urio
41SUBDIR += quirk template
42
43.if ${MK_SOURCELESS_UCODE} != "no"
44_rum= rum

--- 23 unchanged lines hidden ---