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

H. Nikolaus Schaller hns at goldelico.com
Thu May 3 02:35:50 PDT 2018


Add the w2sg0004 driver to the gnss framework.

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




More information about the linux-arm-kernel mailing list