Deleted Added
full compact
Makefile (253378) Makefile (253544)
1#
1#
2# $FreeBSD: head/sys/modules/usb/Makefile 253378 2013-07-16 06:43:37Z rpaulo $
2# $FreeBSD: head/sys/modules/usb/Makefile 253544 2013-07-22 13:39:33Z 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.

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

34SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} ${_atmegadci} ${_avr32dci}
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
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.

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

34SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} ${_atmegadci} ${_avr32dci}
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}
42
43
44.if ${MK_USB_GADGET_EXAMPLES} == "yes"
45_g_audio= g_audio
46_g_keyboard= g_keyboard
47_g_modem= g_modem
48_g_mouse= g_mouse
49.endif
50
43.if ${MK_SOURCELESS_UCODE} != "no"
44_rum= rum
45_uath= uath
46_zyd= zyd
47_kue= kue
48.endif
49
50.if ${MACHINE_CPUARCH} == "amd64"

--- 20 unchanged lines hidden ---
51.if ${MK_SOURCELESS_UCODE} != "no"
52_rum= rum
53_uath= uath
54_zyd= zyd
55_kue= kue
56.endif
57
58.if ${MACHINE_CPUARCH} == "amd64"

--- 20 unchanged lines hidden ---