repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux/fpc-iii.git]
/
drivers
/
nfc
/
pn544
/
Makefile
blob
c013fd847da875e2c5e870ffdad89c158ed4a977
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for PN544 HCI based NFC driver
4
#
5
6
pn544_i2c-objs
=
i2c.o
7
pn544_mei-objs
=
mei.o
8
9
obj-
$(
CONFIG_NFC_PN544
) +=
pn544.o
10
obj-
$(
CONFIG_NFC_PN544_I2C
) +=
pn544_i2c.o
11
obj-
$(
CONFIG_NFC_PN544_MEI
) +=
pn544_mei.o