Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ca3c7b63423c7f723258797bcb5b11652d32500b
/
.
/
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