This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4dc315e267
linux
/
net
/
ieee802154
/
6lowpan
/
Makefile
4 lines
93 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 16:10:53 +00:00
obj-y
+=
ieee802154_6lowpan.o
ieee802154: 6lowpan: move transmit functionality This patch moves all relevant transmit functionality into a separate tx.c file. We can simple separate this functionality like we did it in mac802154. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-01-04 16:10:56 +00:00
ieee802154_6lowpan-y
:=
6lowpan_rtnl.o rx.o reassembly.o tx.o
Reference in New Issue
Copy Permalink