blob: 5a0aaae6fc3a4b129b4badd64049155b9c132682 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Eric Lapuyade8b8d2e02012-04-10 19:43:06 +02002#
3# Makefile for the Linux NFC HCI layer.
4#
5
6obj-$(CONFIG_NFC_HCI) += hci.o
7
Eric Lapuyade8af00d42012-09-13 17:10:48 +02008hci-y := core.o hcp.o command.o llc.o llc_nop.o
Eric Lapuyade412fda52012-09-18 19:45:48 +02009hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o