[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <5eed31aa4617b100f1e8687a90f044ef873c0ab0.1525340143.git.hns@goldelico.com>
Date: Thu, 3 May 2018 11:35:50 +0200
From: "H. Nikolaus Schaller" <hns@...delico.com>
To: Johan Hovold <johan@...nel.org>, afd@...com,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Benoît Cousson <bcousson@...libre.com>,
Tony Lindgren <tony@...mide.com>,
Russell King <linux@...linux.org.uk>,
Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"H. Nikolaus Schaller" <hns@...delico.com>,
Kevin Hilman <khilman@...libre.com>,
Andreas Färber <afaerber@...e.de>,
Thierry Reding <treding@...dia.com>,
Jonathan Cameron <jic23@...nel.org>,
Noralf Trønnes <noralf@...nnes.org>,
David Lechner <david@...hnology.com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-omap@...r.kernel.org, letux-kernel@...nphoenux.org,
kernel@...a-handheld.com, linux-arm-kernel@...ts.infradead.org
Subject: [PATCH v7 5/6] gnss: add w2sg0004 to Makefile
Add the w2sg0004 driver to the gnss framework.
Signed-off-by: H. Nikolaus Schaller <hns@...delico.com>
---
drivers/gnss/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gnss/Makefile b/drivers/gnss/Makefile
index 5cf0ebe0330a..c3c0b5548c94 100644
--- a/drivers/gnss/Makefile
+++ b/drivers/gnss/Makefile
@@ -14,3 +14,6 @@ gnss-sirf-y := sirf.o
obj-$(CONFIG_GNSS_UBX_SERIAL) += gnss-ubx.o
gnss-ubx-y := ubx.o
+
+obj-$(CONFIG_GNSS_W2SG0004) += gnss-w2sg0004.o
+gnss-w2sg0004-y := w2sg0004.o
--
2.12.2
Powered by blists - more mailing lists