1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 obj-$(CONFIG_IEEE802154) += ieee802154.o 2 obj-$(CONFIG_IEEE802154) += ieee802154.o 3 obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_ 3 obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o 4 obj-y += 6lowpan/ 4 obj-y += 6lowpan/ 5 5 6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl 6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ 7 header_ops.o sysfs.o nl802154. 7 header_ops.o sysfs.o nl802154.o trace.o pan.o 8 ieee802154_socket-y := socket.o 8 ieee802154_socket-y := socket.o 9 9 10 CFLAGS_trace.o := -I$(src) 10 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.