RIOT/pkg/Makefile.git
2020-06-26 09:25:44 +02:00

10 lines
290 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
include $(RIOTBASE)/pkg/pkg.mk
all:
$(MAKE) -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base