Skip to content

Commit

Permalink
NFC: Remove commented out LLCP related Makefile line
Browse files Browse the repository at this point in the history
The Kconfig symbol NFC_LLCP was removed in commit 30cc458 ("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>
  • Loading branch information
Paul Bolle authored and Samuel Ortiz committed May 21, 2013
1 parent 6bb4880 commit 7c05588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/nfc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
obj-$(CONFIG_NFC) += nfc.o
obj-$(CONFIG_NFC_NCI) += nci/
obj-$(CONFIG_NFC_HCI) += hci/
#obj-$(CONFIG_NFC_LLCP) += llcp/

nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
llcp_sock.o
Expand Down

0 comments on commit 7c05588

Please sign in to comment.