Deleted Added
full compact
Makefile (253544) Makefile (253789)
1#
1#
2# $FreeBSD: head/sys/modules/usb/Makefile 253544 2013-07-22 13:39:33Z hselasky $
2# $FreeBSD: head/sys/modules/usb/Makefile 253789 2013-07-30 02:07:57Z rpaulo $
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.

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

26#
27
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
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.

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

26#
27
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 += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} ${_atmegadci} ${_avr32dci}
34SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} \
35 ${_atmegadci} ${_avr32dci} rsu rsufw
35SUBDIR += ${_rum} run ${_uath} upgt usie ural ${_zyd} ${_urtw} urtwn urtwnfw
36SUBDIR += atp uhid ukbd ums udbp ufm uep
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 smsc udav uhso ipheth
40SUBDIR += usfs umass urio
41SUBDIR += quirk template
42SUBDIR += ${_g_audio} ${_g_keyboard} ${_g_modem} ${_g_mouse}

--- 36 unchanged lines hidden ---
36SUBDIR += ${_rum} run ${_uath} upgt usie ural ${_zyd} ${_urtw} urtwn urtwnfw
37SUBDIR += atp uhid ukbd ums udbp ufm uep
38SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
39 umct umcs umodem umoscom uplcom uslcom uvisor uvscom
40SUBDIR += uether aue axe cdce cue ${_kue} mos rue smsc udav uhso ipheth
41SUBDIR += usfs umass urio
42SUBDIR += quirk template
43SUBDIR += ${_g_audio} ${_g_keyboard} ${_g_modem} ${_g_mouse}

--- 36 unchanged lines hidden ---