mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
6bdf1e0efb
That's the default now, no need for makefiles to set it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Kalle Valo <kvalo@codeaurora.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
10 lines
296 B
Makefile
10 lines
296 B
Makefile
obj-$(CONFIG_IEEE802154) += ieee802154.o
|
|
obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o
|
|
obj-y += 6lowpan/
|
|
|
|
ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
|
|
header_ops.o sysfs.o nl802154.o trace.o
|
|
ieee802154_socket-y := socket.o
|
|
|
|
CFLAGS_trace.o := -I$(src)
|