mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 00:55:48 -04:00
Add the driver for the WLP capability of the Intel i1480 device. Signed-off-by: David Vrabel <david.vrabel@csr.com>
9 lines
115 B
Makefile
9 lines
115 B
Makefile
obj-$(CONFIG_UWB_I1480U_WLP) += i1480u-wlp.o
|
|
|
|
i1480u-wlp-objs := \
|
|
lc.o \
|
|
netdev.o \
|
|
rx.o \
|
|
sysfs.o \
|
|
tx.o
|