]> Pileus Git - ~andy/linux/blob - drivers/staging/ozwpan/Kbuild
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / 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