xref: /linux/drivers/nfc/fdp/Makefile (revision a6f37cee6e4f6fa9d61962efbcb06a032efed1ba)
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
10