From edf4fd02a8b8875144948d388aa025fb5c4f56c0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 27 Dec 2021 19:44:48 +0100 Subject: add veml6075 Makefile target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 05123ec..b8707af 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,10 @@ ifdef CONFIG_driver_scd4x CXX_TARGETS += src/driver/scd4x.cc endif +ifdef CONFIG_driver_veml6075 + CXX_TARGETS += src/driver/veml6075.cc +endif + ifdef CONFIG_driver_nrf24l01 CXX_TARGETS += src/driver/nrf24l01.cc ifeq (${arch_dir}, msp430fr5994lp) -- cgit v1.2.3