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 tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git]
/
net
/
nfc
/
hci
/
Makefile
blob
c5dbb6891b24bcce74821a648b04345d02dfcc39
1
#
2
# Makefile for the Linux NFC HCI layer.
3
#
4
5
obj-
$(
CONFIG_NFC_HCI
) +=
hci.o
6
7
hci-y
:=
core.o hcp.o command.o llc.o llc_nop.o
8
hci-
$(
CONFIG_NFC_SHDLC
) +=
llc_shdlc.o