aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/Makefile
blob: d1a117c2c401720864b0566bd4fca0ef82bf6fbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for the Linux NFC subsystem.
#

obj-$(CONFIG_NFC) += nfc.o
obj-$(CONFIG_NFC_NCI) += nci/
obj-$(CONFIG_NFC_HCI) += hci/

nfc-objs := core.o netlink.o af_nfc.o rawsock.o
nfc-$(CONFIG_NFC_LLCP)	+= llcp/llcp.o llcp/commands.o llcp/sock.o