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.
This commit is contained in:
cladmi 2018-08-24 17:14:32 +02:00 committed by Gaëtan Harter
parent b32da1b13e
commit b7aa55b721
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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