Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
[deliverable/linux.git] / drivers / nfc / Makefile
1 #
2 # Makefile for nfc devices
3 #
4
5 obj-$(CONFIG_PN544_NFC) += pn544.o
6 obj-$(CONFIG_PN544_HCI_NFC) += pn544_hci.o
7 obj-$(CONFIG_NFC_PN533) += pn533.o
8 obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
9
10 ccflags-$(CONFIG_NFC_DEBUG) := -DDEBUG
This page took 0.031865 seconds and 6 git commands to generate.