mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
8b8d2e08bf
This is an implementation of ETSI TS 102 622 specification. Many NFC chipsets use HCI as the host <-> target protocol on top of a serial link like i2c. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
11 lines
247 B
Makefile
11 lines
247 B
Makefile
#
|
|
# 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
|