Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea81ac2e authored by Alexander Aring's avatar Alexander Aring Committed by Marcel Holtmann
Browse files

ieee802154: create 6lowpan sub-directory



This patch creates an 6lowpan sub-directory inside ieee802154.
Additional we move all ieee802154 6lowpan relevant files into
this sub-directory instead of placing the 6lowpan related files
inside ieee802154.

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent a9cc32d9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
config IEEE802154_6LOWPAN
	tristate "6lowpan support over IEEE 802.15.4"
	depends on 6LOWPAN
	---help---
	  IPv6 compression over IEEE 802.15.4.
+3 −0
Original line number Diff line number Diff line
obj-y += ieee802154_6lowpan.o

ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o
Loading