This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux-stable
Watch
1
Star
0
Fork
0
You've already forked linux-stable
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced
2025-01-18 11:17:07 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
linux-stable
/
net
/
ieee802154
/
6lowpan
/
Makefile
4 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
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: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-01-04 17:10:53 +01:00
obj-y
+=
ieee802154_6lowpan.o
ieee802154: 6lowpan: rename to core This patch renames the 6lowpan_rtnl.c file to core.c. 6lowpan_rtnl.c contains functionality to put all 802.15.4 6LoWPAN functionality together. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-01-04 17:10:57 +01:00
ieee802154_6lowpan-y
:=
core.o rx.o reassembly.o tx.o
Reference in New Issue
Copy Permalink