mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
7c055881de
The Kconfig symbol NFC_LLCP was removed in commit 30cc458765
("NFC: Move
LLCP code to the NFC top level diirectory"). But the reference to its
macro in this Makefile was only commented out. Remove it now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
12 lines
226 B
Makefile
12 lines
226 B
Makefile
#
|
|
# Makefile for the Linux NFC subsystem.
|
|
#
|
|
|
|
obj-$(CONFIG_NFC) += nfc.o
|
|
obj-$(CONFIG_NFC_NCI) += nci/
|
|
obj-$(CONFIG_NFC_HCI) += hci/
|
|
|
|
nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
|
|
llcp_sock.o
|
|
|