diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-05-12 23:21:24 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-05-21 10:47:41 +0200 |
commit | 7c055881de33b5d8ebb6d12150eaf338a0546199 (patch) | |
tree | e9331ea8d31c199106b864285d28fd4394cfdcde | |
parent | 6bb4880d9ef30375da4507aeabd6dc261a2c6c2b (diff) | |
download | blackbird-obmc-linux-7c055881de33b5d8ebb6d12150eaf338a0546199.tar.gz blackbird-obmc-linux-7c055881de33b5d8ebb6d12150eaf338a0546199.zip |
NFC: Remove commented out LLCP related Makefile line
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>
-rw-r--r-- | net/nfc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/nfc/Makefile b/net/nfc/Makefile index fb799deaed4f..a76f4533cb6c 100644 --- a/net/nfc/Makefile +++ b/net/nfc/Makefile @@ -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 |