blob: 7b4a6dcfa566b93a5f725daeceb5936797f2034c [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/
Lauro Ramos Venancio3e256b82011-07-01 19:31:33 -03007
Lauro Ramos Venancio23b78692011-07-01 19:31:36 -03008nfc-objs := core.o netlink.o af_nfc.o rawsock.o
Samuel Ortizd6469602011-12-14 16:43:12 +01009nfc-$(CONFIG_NFC_LLCP) += llcp/llcp.o llcp/commands.o llcp/sock.o