mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 15:05:03 +07:00
10 lines
106 B
Makefile
10 lines
106 B
Makefile
|
obj-$(CONFIG_UWB_I1480U) += i1480-dfu-usb.o
|
||
|
|
||
|
i1480-dfu-usb-objs := \
|
||
|
dfu.o \
|
||
|
mac.o \
|
||
|
phy.o \
|
||
|
usb.o
|
||
|
|
||
|
|