From b7aa55b721c51dbd11a775b2a4fd9aa711709c18 Mon Sep 17 00:00:00 2001 From: cladmi <gaetan.harter@fu-berlin.de> Date: Fri, 24 Aug 2018 17:14:32 +0200 Subject: [PATCH] pkg/jerryscript: do not use Makefile.base Do not include Makefile.base as 'DIRS' are not used here. Also if 'all' target was to be used, there would be two rules creating `$(BINDIR)/jerryscript.a`. By default `Makefile.jerryscript` executes `libjerry` as it is the first target. --- pkg/jerryscript/Makefile.jerryscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/jerryscript/Makefile.jerryscript b/pkg/jerryscript/Makefile.jerryscript index 438ba108a9..b4f4f4df0d 100644 --- a/pkg/jerryscript/Makefile.jerryscript +++ b/pkg/jerryscript/Makefile.jerryscript @@ -33,5 +33,3 @@ libjerry: cp $(BUILD_DIR)/lib/libjerry-core.a $(BINDIR)/jerryscript.a cp $(BUILD_DIR)/lib/libjerry-ext.a $(BINDIR)/jerryscript-ext.a cp $(BUILD_DIR)/lib/libjerry-port-default-minimal.a $(BINDIR)/jerryport-minimal.a - -include $(RIOTBASE)/Makefile.base -- GitLab