mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 03:35:27 +07:00
2bfb1070ba
Add a sysfs/in-kernel representation of LR-WPAN master devices. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
6 lines
175 B
Makefile
6 lines
175 B
Makefile
obj-$(CONFIG_IEEE802154) += nl802154.o af_802154.o wpan-class.o
|
|
nl802154-y := netlink.o nl_policy.o
|
|
af_802154-y := af_ieee802154.o raw.o dgram.o
|
|
|
|
ccflags-y += -Wall -DDEBUG
|