blob: a76f4533cb6ce5a1b51e2199bbfd3c8bf91a86a4 [file] [log] [blame]
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03001#
2# Makefile for the Linux NFC subsystem.
3#
4
5obj-$(CONFIG_NFC) += nfc.o
Ilan Elias6a2968a2011-09-18 11:19:35 +03006obj-$(CONFIG_NFC_NCI) += nci/
Eric Lapuyade8b8d2e02012-04-10 19:43:06 +02007obj-$(CONFIG_NFC_HCI) += hci/
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03008
Samuel Ortiz30cc4582013-04-26 11:49:40 +02009nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
10 llcp_sock.o
11