Sign in
googlers
/
maze
/
linux
/
e716e014384688d1a50d1aa5213ee74748c6d4e0
/
.
/
net
/
nfc
/
Makefile
blob: d1a117c2c401720864b0566bd4fca0ef82bf6fbf [
file
] [
log
] [
blame
]
#
# Makefile for the Linux NFC subsystem.
#
obj
-
$
(
CONFIG_NFC
)
+=
nfc
.
o
obj
-
$
(
CONFIG_NFC_NCI
)
+=
nci
/
obj
-
$
(
CONFIG_NFC_HCI
)
+=
hci
/
nfc
-
objs
:=
core
.
o netlink
.
o af_nfc
.
o rawsock
.
o
nfc
-
$
(
CONFIG_NFC_LLCP
)
+=
llcp
/
llcp
.
o llcp
/
commands
.
o llcp
/
sock
.
o