From a929c3cf4d98ee5e17def528ab99e27335dfa539 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 11 Mar 2020 18:01:07 +0100 Subject: Add S5851A temperature sensor driver --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3dea51..d008049 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,11 @@ ifneq ($(findstring lm75,${drivers}), ) COMMON_FLAGS += -DDRIVER_LM75 endif +ifneq ($(findstring s5851a,${drivers}), ) + CXX_TARGETS += src/driver/s5851a.cc + COMMON_FLAGS += -DDRIVER_S5851A +endif + ifneq ($(findstring am2320,${drivers}), ) CXX_TARGETS += src/driver/am2320.cc COMMON_FLAGS += -DDRIVER_AM2320 -- cgit v1.2.3