mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-01-20 19:38:48 +00:00
12 lines
226 B
Makefile
Executable File
12 lines
226 B
Makefile
Executable File
#
|
|
# Makefile for the Linux NFC subsystem.
|
|
#
|
|
|
|
obj-$(CPTCFG_NFC) += nfc.o
|
|
obj-$(CPTCFG_NFC_NCI) += nci/
|
|
obj-$(CPTCFG_NFC_HCI) += hci/
|
|
|
|
nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
|
|
llcp_sock.o
|
|
|