]> Git Repo - linux.git/blob - drivers/nfc/pn544/Makefile
selftests: pmtu: Factor out MTU parsing helper
[linux.git] / drivers / nfc / pn544 / Makefile
1 #
2 # Makefile for PN544 HCI based NFC driver
3 #
4
5 pn544_i2c-objs  = i2c.o
6 pn544_mei-objs  = mei.o
7
8 obj-$(CONFIG_NFC_PN544)     += pn544.o
9 obj-$(CONFIG_NFC_PN544_I2C) += pn544_i2c.o
10 obj-$(CONFIG_NFC_PN544_MEI) += pn544_mei.o
This page took 0.034971 seconds and 4 git commands to generate.