diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-12-19 11:02:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-12-19 11:02:58 +0100 |
commit | 6493f6eecf82eb9aec5e57e69529dc16d9068bf6 (patch) | |
tree | 6e4145a80b37aacbc8ff43c40009f178054990f8 /Makefile | |
parent | ef3ef99299fe3c4ea4cc9ab1c6526da2eb89e1a5 (diff) |
set required features in app Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |