mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:09:46 +01:00
makefiles: fix typo in driver_with_touch_dev.mk
This commit is contained in:
parent
0382e10e6f
commit
f95b225a8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user