1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/jerryscript: 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:02 +01:00
parent 9334014b13
commit c34feaf118
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,7 +1,5 @@
ifneq (,$(filter jerryscript,$(USEPKG)))
USEMODULE += jerryport-minimal
USEMODULE += jerryscript-ext
endif
USEMODULE += jerryport-minimal
USEMODULE += jerryscript-ext
# Jerryscript is only supported by 32-bit architectures
FEATURES_REQUIRED += arch_32bit