1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

pkg/umorse: cleanup Makefile.dep

There's no need to load dependency modules if the package is used. This is already managed by the build system
This commit is contained in:
Alexandre Abadie 2019-11-18 08:54:34 +01:00
parent c34feaf118
commit 246a43ee19
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,3 +1 @@
ifneq (,$(filter umorse,$(USEPKG)))
USEMODULE += posix_time
endif
USEMODULE += posix_time