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
|