Deleted Added
full compact
Makefile (295871) Makefile (297058)
1#
1#
2# $FreeBSD: head/sys/modules/usb/Makefile 295871 2016-02-22 00:48:53Z avos $
2# $FreeBSD: head/sys/modules/usb/Makefile 297058 2016-03-20 03:54:57Z adrian $
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.

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

42
43# Modules that include binary-only blobs of microcode should be selectable by
44# MK_SOURCELESS_UCODE option (see below).
45
46SUBDIR = usb
47SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} \
48 ${_atmegadci} ${_avr32dci} ${_rsu} ${_rsufw} ${_saf1761otg}
49SUBDIR += ${_rum} ${_run} ${_runfw} ${_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.

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

42
43# Modules that include binary-only blobs of microcode should be selectable by
44# MK_SOURCELESS_UCODE option (see below).
45
46SUBDIR = usb
47SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} \
48 ${_atmegadci} ${_avr32dci} ${_rsu} ${_rsufw} ${_saf1761otg}
49SUBDIR += ${_rum} ${_run} ${_runfw} ${_uath} upgt usie ural ${_zyd} ${_urtw}
50SUBDIR += urtwn ${_urtwnfw}
51SUBDIR += atp uhid ukbd ums udbp ufm uep wsp ugold uled
52SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
53 umct umcs umodem umoscom uplcom uslcom uvisor uvscom
54SUBDIR += udl
55SUBDIR += uether aue axe axge cdce cue ${_kue} mos rue smsc udav uhso ipheth
56SUBDIR += ure urndis
57SUBDIR += usfs umass urio
58SUBDIR += quirk template

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

65_g_mouse= g_mouse
66.endif
67
68.if ${MK_SOURCELESS_UCODE} != "no"
69_rum= rum
70_uath= uath
71_zyd= zyd
72_kue= kue
50SUBDIR += atp uhid ukbd ums udbp ufm uep wsp ugold uled
51SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
52 umct umcs umodem umoscom uplcom uslcom uvisor uvscom
53SUBDIR += udl
54SUBDIR += uether aue axe axge cdce cue ${_kue} mos rue smsc udav uhso ipheth
55SUBDIR += ure urndis
56SUBDIR += usfs umass urio
57SUBDIR += quirk template

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

64_g_mouse= g_mouse
65.endif
66
67.if ${MK_SOURCELESS_UCODE} != "no"
68_rum= rum
69_uath= uath
70_zyd= zyd
71_kue= kue
73_urtwnfw= urtwnfw
74_run= run
75_runfw= runfw
76_rsu= rsu
77_rsufw= rsufw
78.endif
79
80.if ${MACHINE_CPUARCH} == "amd64"
81_urtw= urtw

--- 23 unchanged lines hidden ---
72_run= run
73_runfw= runfw
74_rsu= rsu
75_rsufw= rsufw
76.endif
77
78.if ${MACHINE_CPUARCH} == "amd64"
79_urtw= urtw

--- 23 unchanged lines hidden ---