mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 13:46:15 +07:00
4d12b8b129
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>
8 lines
102 B
Makefile
8 lines
102 B
Makefile
#
|
|
# Makefile for the Linux NFC subsystem.
|
|
#
|
|
|
|
obj-$(CONFIG_NFC) += nfc.o
|
|
|
|
nfc-objs := core.o netlink.o
|