Makefile 152 字节
Newer Older
E
Eric Lapuyade 已提交
1 2 3 4 5 6
#
# Makefile for the Linux NFC HCI layer.
#

obj-$(CONFIG_NFC_HCI) += hci.o

7
hci-y			:= core.o hcp.o command.o llc.o
E
Eric Lapuyade 已提交
8
hci-$(CONFIG_NFC_SHDLC)	+= shdlc.o