mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 21:16:59 +07:00
![Greg Kroah-Hartman](/assets/img/avatar_default.png)
Add the WLP build system (Kconfig and Kbuild files). Signed-off-by: David Vrabel <david.vrabel@csr.com>
11 lines
127 B
Makefile
11 lines
127 B
Makefile
obj-$(CONFIG_UWB_WLP) := wlp.o
|
|
|
|
wlp-objs := \
|
|
driver.o \
|
|
eda.o \
|
|
messages.o \
|
|
sysfs.o \
|
|
txrx.o \
|
|
wlp-lc.o \
|
|
wss-lc.o
|