Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / nfc / fdp / Makefile
CommitLineData
a06347c0
RD
1#
2# Makefile for FDP NCI based NFC driver
3#
4
5obj-$(CONFIG_NFC_FDP) += fdp.o
6obj-$(CONFIG_NFC_FDP_I2C) += fdp_i2c.o
7
8fdp_i2c-objs = i2c.o
9