Add the w2sg0004 driver to the gnss framework.
Signed-off-by: H. Nikolaus Schaller hns@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