This website requires JavaScript.
Explore
Help
Register
Sign In
FEX-Emu
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://github.com/FEX-Emu/linux.git
synced
2024-12-27 20:07:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4d12b8b129
linux
/
net
/
nfc
/
Makefile
8 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
NFC: add nfc subsystem core The NFC subsystem core is responsible for providing the device driver interface. It is also responsible for providing an interface to the control operations and data exchange. Signed-off-by: Lauro Ramos Venancio <lauro.venancio@openbossa.org> Signed-off-by: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-07-01 22:31:33 +00:00
#
# Makefile for the Linux NFC subsystem.
#
obj-$(CONFIG_NFC)
+=
nfc.o
NFC: add nfc generic netlink interface The NFC generic netlink interface exports the NFC control operations to the user space. Signed-off-by: Lauro Ramos Venancio <lauro.venancio@openbossa.org> Signed-off-by: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Reviewed-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-07-01 22:31:34 +00:00
nfc-objs
:=
core.o netlink.o
Reference in New Issue
Copy Permalink