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