These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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