1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

sys/Makefile.dep: clean up

Drop dead statement
This commit is contained in:
Marian Buschsieweke 2025-04-08 18:28:17 +02:00
parent 747d5fb00d
commit 5a3ea35767
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41

View File

@ -355,9 +355,6 @@ ifneq (,$(filter evtimer_mbox,$(USEMODULE)))
USEMODULE += core_mbox
endif
ifneq (,$(filter can_%,$(USEMODULE)))
endif
ifneq (,$(filter conn_can,$(USEMODULE)))
USEMODULE += can
endif