2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-04-10 17:43:06 +00:00
|
|
|
#
|
|
|
|
# Makefile for the Linux NFC HCI layer.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_NFC_HCI) += hci.o
|
|
|
|
|
2012-09-13 15:10:48 +00:00
|
|
|
hci-y := core.o hcp.o command.o llc.o llc_nop.o
|
2012-09-18 17:45:48 +00:00
|
|
|
hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o
|