From 4436c14ab688ca57fc82c1fd68f2f366fa131de1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 12 Jan 2018 08:29:05 +0100 Subject: add mmsimple driver --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38b6571..b05a7cd 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,11 @@ ifneq ($(findstring lm75,${drivers}), ) COMMON_FLAGS += -DDRIVER_LM75 endif +ifneq ($(findstring mmsimple,${drivers}), ) + TARGETS += src/driver/mmsimple.cc + COMMON_FLAGS += -DDRIVER_MMSIMPLE +endif + ifneq ($(findstring sharp96,${drivers}), ) TARGETS += src/driver/sharp96.cc COMMON_FLAGS += -DDRIVER_SHARP6 -- cgit v1.2.3