[PATCH v7 5/6] gnss: add w2sg0004 to Makefile

From: H. Nikolaus Schaller
Date: Thu May 03 2018 - 05:37:26 EST


Add the w2sg0004 driver to the gnss framework.

Signed-off-by: H. Nikolaus Schaller <hns@xxxxxxxxxxxxx>
---
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