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:
parent
9334014b13
commit
c34feaf118
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user