forked from luck/tmp_suning_uos_patched
ieee802154: socket: change module name
This patch changes the module name of af_802154 to ieee802154_socket. Just for keeping the name convention according to the 6LoWPAN module ieee802154_6lowpan. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
955d7fc93e
commit
79300e3a43
|
@ -1,10 +1,10 @@
|
|||
obj-$(CONFIG_IEEE802154) += ieee802154.o
|
||||
obj-$(CONFIG_IEEE802154_SOCKET) += af_802154.o
|
||||
obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o
|
||||
obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o
|
||||
|
||||
ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o
|
||||
ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
|
||||
header_ops.o sysfs.o nl802154.o
|
||||
af_802154-y := af_ieee802154.o raw.o dgram.o
|
||||
ieee802154_socket-y := af_ieee802154.o raw.o dgram.o
|
||||
|
||||
ccflags-y += -D__CHECK_ENDIAN__
|
||||
|
|
Loading…
Reference in New Issue
Block a user