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 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux...
[linux/fpc-iii.git]
/
drivers
/
nfc
/
fdp
/
Makefile
blob
e79d51bdeec7eacd05857b5277f3e3e1c1ef7679
1
#
2
# Makefile for FDP NCI based NFC driver
3
#
4
5
obj-
$(
CONFIG_NFC_FDP
) +=
fdp.o
6
obj-
$(
CONFIG_NFC_FDP_I2C
) +=
fdp_i2c.o
7
8
fdp_i2c-objs
=
i2c.o
9