mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
341 B
Makefile
13 lines
341 B
Makefile
PKG_NAME=micropython
|
|
PKG_URL=https://github.com/kaspar030/micropython
|
|
PKG_VERSION=bb8e51f6da3e3e3fc65a8b9abaea1b0ebbbe104d
|
|
PKG_LICENSE=MIT
|
|
|
|
CFLAGS += -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-error
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
@mkdir -p $(PKG_BUILDDIR)/tmp
|
|
BUILD=$(PKG_BUILDDIR) "$(MAKE)" -C $(PKG_BUILDDIR)/ports/riot
|