Deleted Added
full compact
Makefile (222578) Makefile (222696)
1#
1#
2# $FreeBSD: head/sys/modules/usb/Makefile 222578 2011-06-01 17:58:27Z hselasky $
2# $FreeBSD: head/sys/modules/usb/Makefile 222696 2011-06-04 20:40:24Z 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.

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

25# SUCH DAMAGE.
26#
27
28SUBDIR = usb
29SUBDIR += ehci musb ohci uhci xhci uss820dci ${_at91dci} ${_atmegadci}
30SUBDIR += rum run uath upgt ural zyd ${_urtw}
31SUBDIR += atp uhid ukbd ums udbp ufm uep
32SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
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.

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

25# SUCH DAMAGE.
26#
27
28SUBDIR = usb
29SUBDIR += ehci musb ohci uhci xhci uss820dci ${_at91dci} ${_atmegadci}
30SUBDIR += rum run uath upgt ural zyd ${_urtw}
31SUBDIR += atp uhid ukbd ums udbp ufm uep
32SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
33 umct umcs7840 umodem umoscom uplcom uslcom uvisor uvscom
33 umct umcs umodem umoscom uplcom uslcom uvisor uvscom
34SUBDIR += uether aue axe cdce cue kue mos rue udav uhso ipheth
35SUBDIR += usfs umass urio
36SUBDIR += quirk template
37
38.if ${MACHINE_CPUARCH} == "amd64"
39_urtw= urtw
40.endif
41
42.if ${MACHINE_CPUARCH} == "arm"
43_at91dci= at91dci
44_atmegadci= atmegadci
45.endif
46
47.if ${MACHINE_CPUARCH} == "i386"
48_urtw= urtw
49.endif
50
51.include <bsd.subdir.mk>
34SUBDIR += uether aue axe cdce cue kue mos rue udav uhso ipheth
35SUBDIR += usfs umass urio
36SUBDIR += quirk template
37
38.if ${MACHINE_CPUARCH} == "amd64"
39_urtw= urtw
40.endif
41
42.if ${MACHINE_CPUARCH} == "arm"
43_at91dci= at91dci
44_atmegadci= atmegadci
45.endif
46
47.if ${MACHINE_CPUARCH} == "i386"
48_urtw= urtw
49.endif
50
51.include <bsd.subdir.mk>