Deleted Added
full compact
Makefile (261260) Makefile (261541)
1#
1#
2# $FreeBSD: head/sys/modules/usb/Makefile 261260 2014-01-29 10:42:01Z hselasky $
2# $FreeBSD: head/sys/modules/usb/Makefile 261541 2014-02-06 08:47:14Z 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.

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

46SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} \
47 ${_atmegadci} ${_avr32dci} ${_rsu} ${_rsufw}
48SUBDIR += ${_rum} ${_run} ${_runfw} ${_uath} upgt usie ural ${_zyd} ${_urtw}
49SUBDIR += ${_urtwn} ${_urtwnfw}
50SUBDIR += atp uhid ukbd ums udbp ufm uep wsp
51SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
52 umct umcs umodem umoscom uplcom uslcom uvisor uvscom
53SUBDIR += uether aue axe axge cdce cue ${_kue} mos rue smsc udav uhso ipheth
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.

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

46SUBDIR += ${_dwc_otg} ehci ${_musb} ohci uhci xhci ${_uss820dci} ${_at91dci} \
47 ${_atmegadci} ${_avr32dci} ${_rsu} ${_rsufw}
48SUBDIR += ${_rum} ${_run} ${_runfw} ${_uath} upgt usie ural ${_zyd} ${_urtw}
49SUBDIR += ${_urtwn} ${_urtwnfw}
50SUBDIR += atp uhid ukbd ums udbp ufm uep wsp
51SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
52 umct umcs umodem umoscom uplcom uslcom uvisor uvscom
53SUBDIR += uether aue axe axge cdce cue ${_kue} mos rue smsc udav uhso ipheth
54SUBDIR += urndis
54SUBDIR += usfs umass urio
55SUBDIR += quirk template
56SUBDIR += ${_g_audio} ${_g_keyboard} ${_g_modem} ${_g_mouse}
57
58.if ${MK_USB_GADGET_EXAMPLES} == "yes"
59_g_audio= g_audio
60_g_keyboard= g_keyboard
61_g_modem= g_modem

--- 37 unchanged lines hidden ---
55SUBDIR += usfs umass urio
56SUBDIR += quirk template
57SUBDIR += ${_g_audio} ${_g_keyboard} ${_g_modem} ${_g_mouse}
58
59.if ${MK_USB_GADGET_EXAMPLES} == "yes"
60_g_audio= g_audio
61_g_keyboard= g_keyboard
62_g_modem= g_modem

--- 37 unchanged lines hidden ---