Skip to content
Snippets Groups Projects
Commit 4c036f38 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

add dummy driver support

parent 51a3ac91
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,11 @@ ifneq (${app}, )
include src/app/${app}/Makefile.inc
endif
ifneq ($(findstring dummy,${drivers}), )
CXX_TARGETS += src/driver/dummy.cc
COMMON_FLAGS += -DDRIVER_DUMMY
endif
ifneq ($(findstring lm75,${drivers}), )
CXX_TARGETS += src/driver/lm75.cc
COMMON_FLAGS += -DDRIVER_LM75
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment