xref: /linux-6.15/net/ieee802154/6lowpan/Makefile (revision ec8f24b7)
1# SPDX-License-Identifier: GPL-2.0-only
2obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o
3
4ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
5