summaryrefslogtreecommitdiff
path: root/net/nfc/hci/Makefile
blob: c5dbb6891b24bcce74821a648b04345d02dfcc39 (plain)
1
2
3
4
5
6
7
8
#
# Makefile for the Linux NFC HCI layer.
#

obj-$(CONFIG_NFC_HCI) += hci.o

hci-y			:= core.o hcp.o command.o llc.o llc_nop.o
hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o
e:
authorDavid Lechner <david@lechnology.com>2016-12-04 19:48:11 -0600
committerMark Brown <broonie@kernel.org>2016-12-05 11:31:30 +0000
commitb2661e983f5b55d4895673bd5eafa14b1e7c8881 (patch)
tree28516654cb0dd3e9731b34f4a086da0edb67d89c /drivers
parent109c75afa1cf7c08015f19e354bed581f29f7a94 (diff)
regulator: core: add newline in debug message
This adds a trailing newline to a debug message. Signed-off-by: David Lechner <david@lechnology.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/regulator/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c