diff --git a/pkg/jerryscript/Makefile b/pkg/jerryscript/Makefile index 697438fbe6388c38324714c8743fdc0161992569..86aa22fcc0f44e73809a15bb8eaea9525b59889a 100644 --- a/pkg/jerryscript/Makefile +++ b/pkg/jerryscript/Makefile @@ -14,6 +14,6 @@ endif all: git-download @cp Makefile.jerryscript $(PKG_BUILDDIR)/Makefile - "$(MAKE)" -C $(PKG_BUILDDIR) + "$(MAKE)" -C $(PKG_BUILDDIR) all include $(RIOTBASE)/pkg/pkg.mk diff --git a/pkg/jerryscript/Makefile.jerryscript b/pkg/jerryscript/Makefile.jerryscript index b4f4f4df0d834b5acc53bc20f4e9f9928aba220f..2d30d9c95a9cbd9a25b02df8aa47e5a679fc9b14 100644 --- a/pkg/jerryscript/Makefile.jerryscript +++ b/pkg/jerryscript/Makefile.jerryscript @@ -8,9 +8,9 @@ ifeq ($(TOOLCHAIN)_$(BOARD),llvm_native) EXT_CFLAGS :=-D__TARGET_RIOT -Wno-conversion endif -.PHONY: libjerry riot-jerry flash clean +.PHONY: all libjerry -# all: libjerry riot-jerry +all: libjerry libjerry: mkdir -p $(BUILD_DIR)