Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b7440892802be38e6eeb0a17897deeb85476eff4
/
.
/
net
/
nfc
/
Makefile
blob: 7b4a6dcfa566b93a5f725daeceb5936797f2034c [
file
] [
log
] [
blame
]
#
# Makefile for the Linux NFC subsystem.
#
obj
-
$
(
CONFIG_NFC
)
+=
nfc
.
o
obj
-
$
(
CONFIG_NFC_NCI
)
+=
nci
/
nfc
-
objs
:=
core
.
o netlink
.
o af_nfc
.
o rawsock
.
o
nfc
-
$
(
CONFIG_NFC_LLCP
)
+=
llcp
/
llcp
.
o llcp
/
commands
.
o llcp
/
sock
.
o