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
x86/xen: resume timer irqs early
[linux/fpc-iii.git]
/
net
/
nfc
/
Makefile
blob
a76f4533cb6ce5a1b51e2199bbfd3c8bf91a86a4
1
#
2
# Makefile for the Linux NFC subsystem.
3
#
4
5
obj-
$(
CONFIG_NFC
) +=
nfc.o
6
obj-
$(
CONFIG_NFC_NCI
) +=
nci
/
7
obj-
$(
CONFIG_NFC_HCI
) +=
hci
/
8
9
nfc-objs
:=
core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
10
llcp_sock.o
11