Merge tag 'iio-for-v3.7e' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[GitHub/mt8127/android_kernel_alcatel_ttab.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