swh:1:snp:38ae39f9fd01a4b0ef06fab5668b65bf4c2aca03
Raw File
Tip revision: cfaf025112d3856637ff34a767ef785ef5cf2ca9 authored by Linus Torvalds on 09 June 2012, 01:40:09 UTC
Linux 3.5-rc2
Tip revision: cfaf025
Makefile
#
# Makefile for the Linux NFC HCI layer.
#

obj-$(CONFIG_NFC_HCI) += hci.o

hci-y			:= core.o hcp.o command.o
hci-$(CONFIG_NFC_SHDLC)	+= shdlc.o
back to top