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