mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
2c21d11518
Add a netlink interface for configuration of IEEE 802.15.4 device. Also this interface specifies events notification sent by devices towards higher layers. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Sergey Lapin <slapin@ossfans.org> Signed-off-by: David S. Miller <davem@davemloft.net>
5 lines
162 B
Makefile
5 lines
162 B
Makefile
obj-$(CONFIG_IEEE802154) += nl802154.o af_802154.o
|
|
nl802154-y := netlink.o nl_policy.o
|
|
af_802154-y := af_ieee802154.o raw.o dgram.o
|
|
|
|
ccflags-y += -Wall -DDEBUG
|