mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
369 B
Makefile
12 lines
369 B
Makefile
PKG_NAME = bossa
|
|
PKG_URL = https://github.com/arduino/BOSSA
|
|
PKG_VERSION = 52e0a4a28721296e64083de7780b30580e0fad16
|
|
PKG_LICENSE = BSD-3-Clause
|
|
|
|
# manually set some RIOT env vars, so this Makefile can be called stand-alone
|
|
RIOTBASE ?= $(CURDIR)/../../..
|
|
RIOTTOOLS ?= $(CURDIR)/..
|
|
RIOTMAKE ?= $(RIOTBASE)/makefiles
|
|
|
|
include $(RIOTMAKE)/tools/bossa-build.inc.mk
|