Makefile 226 字节
Newer Older
1 2 3 4 5
#
# Makefile for the Linux NFC subsystem.
#

obj-$(CONFIG_NFC) += nfc.o
6
obj-$(CONFIG_NFC_NCI) += nci/
E
Eric Lapuyade 已提交
7
obj-$(CONFIG_NFC_HCI) += hci/
8 9 10

nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
		llcp_sock.o
11