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

12 lines
278 B
Makefile

PKG_NAME= # name of the package
PKG_URL= # source url of the package's git repository
PKG_VERSION= # version of the package to use e.g. a git commit/ref
PKG_LICENSE= # license of the package
.PHONY: all
all:
$(MAKE) -C $(CURDIR)/$(PKG_NAME)
include $(RIOTBASE)/pkg/pkg.mk