NFC: pn544: Separate the core code and the i2c one into different modules
[firefly-linux-kernel-4.4.55.git] / drivers / nfc / pn544 / Makefile
1 #
2 # Makefile for PN544 HCI based NFC driver
3 #
4
5 pn544_i2c-objs  = i2c.o
6
7 obj-$(CONFIG_NFC_PN544)     += pn544.o
8 obj-$(CONFIG_NFC_PN544_I2C) += pn544_i2c.o