]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/nfc/fdp/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux.git] / drivers / nfc / fdp / Makefile
1 #
2 # Makefile for FDP NCI based NFC driver
3 #
4
5 obj-$(CONFIG_NFC_FDP)     += fdp.o
6 obj-$(CONFIG_NFC_FDP_I2C) += fdp_i2c.o
7
8 fdp_i2c-objs  = i2c.o
9