Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « pn544 « nfc « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c013fd847da875e2c5e870ffdad89c158ed4a977 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for PN544 HCI based NFC driver
#

pn544_i2c-objs  = i2c.o
pn544_mei-objs  = mei.o

obj-$(CONFIG_NFC_PN544)     += pn544.o
obj-$(CONFIG_NFC_PN544_I2C) += pn544_i2c.o
obj-$(CONFIG_NFC_PN544_MEI) += pn544_mei.o