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

15 lines
342 B
Makefile
Raw Normal View History

2017-03-22 16:19:49 +01:00
PKG_NAME=jerryscript
PKG_URL=https://github.com/jerryscript-project/jerryscript.git
2017-08-30 12:34:50 +02:00
PKG_VERSION=e62b5b601bc1caa3e4d8172824988536ed6138f3
2017-03-22 16:19:49 +01:00
PKG_LICENSE=Apache-2.0
.PHONY: all
2017-08-30 12:34:50 +02:00
CFLAGS += -Wno-implicit-fallthrough
2017-03-22 16:19:49 +01:00
all: git-download
@cp Makefile.jerryscript $(PKG_BUILDDIR)/Makefile
"$(MAKE)" -C $(PKG_BUILDDIR)
2017-03-22 16:19:49 +01:00
include $(RIOTBASE)/pkg/pkg.mk