1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the Linux NFC subsystem. 4 # 5 6 obj-$(CONFIG_NFC) += nfc.o 7 obj-$(CONFIG_NFC_NCI) += nci/ 8 obj-$(CONFIG_NFC_HCI) += hci/ 9 obj-$(CONFIG_NFC_DIGITAL) += nfc_digital.o 10 11 nfc-objs := core.o netlink.o af_nfc.o rawsock. 12 llcp_sock.o 13 14 nfc_digital-objs := digital_core.o digital_tec
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.