aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/hci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nfc/hci/Makefile')
-rw-r--r--net/nfc/hci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/hci/Makefile b/net/nfc/hci/Makefile
index f9c44b2fb065..b44686b581af 100644
--- a/net/nfc/hci/Makefile
+++ b/net/nfc/hci/Makefile
@@ -4,5 +4,5 @@
4 4
5obj-$(CONFIG_NFC_HCI) += hci.o 5obj-$(CONFIG_NFC_HCI) += hci.o
6 6
7hci-y := core.o hcp.o command.o 7hci-y := core.o hcp.o command.o llc.o
8hci-$(CONFIG_NFC_SHDLC) += shdlc.o 8hci-$(CONFIG_NFC_SHDLC) += shdlc.o