blob: f9c44b2fb065de5b7f753390caeb4b3ab5466b68 [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
7hci-y := core.o hcp.o command.o
Eric Lapuyadeeb738fe2012-04-10 19:43:07 +02008hci-$(CONFIG_NFC_SHDLC) += shdlc.o