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
perf build: Get rid of LIB_INCLUDE variable
[linux/fpc-iii.git]
/
net
/
nfc
/
nci
/
Makefile
blob
7ed8949266cc6930268098645e4cd2586fdfa9d6
1
#
2
# Makefile for the Linux NFC NCI layer.
3
#
4
5
obj-
$(
CONFIG_NFC_NCI
) +=
nci.o
6
7
nci-objs
:=
core.o data.o lib.o ntf.o rsp.o hci.o
8
9
nci-
$(
CONFIG_NFC_NCI_SPI
) +=
spi.o