Skip to content

Commit

Permalink
makefiles: fix typo in driver_with_touch_dev.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Aug 30, 2023
1 parent 0382e10 commit f95b225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/driver_with_touch_dev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TOUCH_DEV_INTERFACE ?= $(MODULE)_touch_dev.c
# by default include all .c files except <module>_touch_dev.c
SRC = $(filter-out $(TOUCH_DEV_INTERFACE),$(wildcard *.c))

# only include <module>_touch_dev.c if saul module is used
# only include <module>_touch_dev.c if touch_dev module is used
ifneq (,$(filter touch_dev,$(USEMODULE)))
SRC += $(TOUCH_DEV_INTERFACE)
endif
Expand Down

0 comments on commit f95b225

Please sign in to comment.