]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/staging/ozwpan/Kbuild
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / ozwpan / Kbuild
1 # -----------------------------------------------------------------------------
2 # Copyright (c) 2011 Ozmo Inc
3 # Released under the GNU General Public License Version 2 (GPLv2).
4 # -----------------------------------------------------------------------------
5 obj-$(CONFIG_USB_WPAN_HCD) += ozwpan.o
6 ozwpan-y := \
7 ozmain.o \
8 ozpd.o \
9 ozusbsvc.o \
10 ozusbsvc1.o \
11 ozhcd.o \
12 ozeltbuf.o \
13 ozproto.o \
14 ozcdev.o \
15 ozurbparanoia.o \
16 oztrace.o \
17 ozevent.o
18
19