mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 01:56:45 +07:00
52d84ffc54
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>
4 lines
85 B
Makefile
4 lines
85 B
Makefile
obj-y += ieee802154_6lowpan.o
|
|
|
|
ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
|