blob: 7b4a6dcfa566b93a5f725daeceb5936797f2034c [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#
2# Makefile for the Linux NFC subsystem.
3#
4
5obj-$(CONFIG_NFC) += nfc.o
6obj-$(CONFIG_NFC_NCI) += nci/
7
8nfc-objs := core.o netlink.o af_nfc.o rawsock.o
9nfc-$(CONFIG_NFC_LLCP) += llcp/llcp.o llcp/commands.o llcp/sock.o