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