1 # SPDX-License-Identifier: GPL-2.0 << 2 obj-$(CONFIG_IEEE802154) += ieee802154.o 1 obj-$(CONFIG_IEEE802154) += ieee802154.o 3 obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_ 2 obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o 4 obj-y += 6lowpan/ 3 obj-y += 6lowpan/ 5 4 6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl 5 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ 7 header_ops.o sysfs.o nl802154. !! 6 header_ops.o sysfs.o nl802154.o trace.o 8 ieee802154_socket-y := socket.o 7 ieee802154_socket-y := socket.o 9 8 10 CFLAGS_trace.o := -I$(src) 9 CFLAGS_trace.o := -I$(src)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.