OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
net
/
nfc
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
Kconfig
805 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
374 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📁
hci
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📁
nci
-
05/09/2024 07:14:16 AM
rwxr-xr-x
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Linux NFC subsystem. # obj-$(CONFIG_NFC) += nfc.o obj-$(CONFIG_NFC_NCI) += nci/ obj-$(CONFIG_NFC_HCI) += hci/ obj-$(CONFIG_NFC_DIGITAL) += nfc_digital.o nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \ llcp_sock.o nfc_digital-objs := digital_core.o digital_technology.o digital_dep.o