1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the Linux NFC subsystem. 2 # Makefile for the Linux NFC subsystem. 4 # 3 # 5 4 6 obj-$(CONFIG_NFC) += nfc.o 5 obj-$(CONFIG_NFC) += nfc.o 7 obj-$(CONFIG_NFC_NCI) += nci/ 6 obj-$(CONFIG_NFC_NCI) += nci/ 8 obj-$(CONFIG_NFC_HCI) += hci/ 7 obj-$(CONFIG_NFC_HCI) += hci/ 9 obj-$(CONFIG_NFC_DIGITAL) += nfc_digital.o << 10 8 11 nfc-objs := core.o netlink.o af_nfc.o rawsock. 9 nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \ 12 llcp_sock.o 10 llcp_sock.o 13 11 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.