From 178835c160940772341615dab7a239c45a875807 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 7 Aug 2018 17:31:59 +0200 Subject: Add AM2320 driver --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 466cebc..4e74e6a 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,11 @@ ifneq ($(findstring lm75,${drivers}), ) COMMON_FLAGS += -DDRIVER_LM75 endif +ifneq ($(findstring am2320,${drivers}), ) + TARGETS += src/driver/am2320.cc + COMMON_FLAGS += -DDRIVER_AM2320 +endif + ifneq ($(findstring max44006,${drivers}), ) TARGETS += src/driver/max44006.cc COMMON_FLAGS += -DDRIVER_MAX44006 -- cgit v1.2.3