Deleted Added
full compact
Makefile (213437) Makefile (213805)
1#
1#
2# $FreeBSD: head/sys/modules/usb/Makefile 213437 2010-10-04 23:22:03Z hselasky $
2# $FreeBSD: head/sys/modules/usb/Makefile 213805 2010-10-13 21:36:42Z 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.

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

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
32SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
33 umct umodem umoscom uplcom uslcom uvisor uvscom
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
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
32SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
33 umct umodem umoscom uplcom uslcom uvisor uvscom
34SUBDIR += uether aue axe cdce cue kue rue udav uhso
34SUBDIR += uether aue axe cdce cue kue 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>
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>