blob: c5dbb6891b24bcce74821a648b04345d02dfcc39 [file] [log] [blame]
Eric Lapuyade8b8d2e02012-04-10 19:43:06 +02001#
2# Makefile for the Linux NFC HCI layer.
3#
4
5obj-$(CONFIG_NFC_HCI) += hci.o
6
Eric Lapuyade8af00d42012-09-13 17:10:48 +02007hci-y := core.o hcp.o command.o llc.o llc_nop.o
Eric Lapuyade412fda52012-09-18 19:45:48 +02008hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o