1 # SPDX-License-Identifier: GPL-2.0 !! 1 obj-$(CONFIG_IEEE802154) += nl802154.o af_802154.o wpan-class.o 2 obj-$(CONFIG_IEEE802154) += ieee802154.o !! 2 nl802154-y := netlink.o nl_policy.o 3 obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_ !! 3 af_802154-y := af_ieee802154.o raw.o dgram.o 4 obj-y += 6lowpan/ << 5 4 6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl !! 5 ccflags-y += -Wall -DDEBUG 7 header_ops.o sysfs.o nl802154. << 8 ieee802154_socket-y := socket.o << 9 << 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.