Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / net / nfc / hci / Makefile
1 #
2 # Makefile for the Linux NFC HCI layer.
3 #
4
5 obj-$(CONFIG_NFC_HCI) += hci.o
6
7 hci-y := core.o hcp.o command.o llc.o llc_nop.o
8 hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o
This page took 0.038253 seconds and 5 git commands to generate.