Makefile 174 字节
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 llc_nop.o
8
hci-$(CONFIG_NFC_SHDLC) += shdlc.o llc_shdlc.o
新手
引导
客服 返回
顶部