From 6493f6eecf82eb9aec5e57e69529dc16d9068bf6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 19 Dec 2017 11:02:58 +0100 Subject: set required features in app Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45244fc..a6b4639 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ CXXFLAGS = -std=c++14 TARGETS = src/app/${app}/main.cc src/os/object/cpp_helpers.cc src/os/object/outputstream.cc +include src/app/${app}/Makefile.inc + ifneq ($(findstring lm75,${drivers}), ) TARGETS += src/driver/lm75.cc COMMON_FLAGS += -DDRIVER_LM75 -- cgit v1.2.3