]> Git Repo - linux.git/blob - drivers/nfc/pn544/Makefile
drm/i915/skl: Read sink supported rates from edp panel
[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.038242 seconds and 4 git commands to generate.