1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

pkg: adapt Makefile template

This commit is contained in:
Bas Stottelaar 2020-01-07 20:15:18 +01:00
parent 9b6526c911
commit 831898f735

View File

@ -3,9 +3,7 @@ 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_VERSION= # version of the package to use e.g. a git commit/ref
PKG_LICENSE= # license of the package PKG_LICENSE= # license of the package
.PHONY: all include $(RIOTBASE)/pkg/pkg.mk
all: all:
$(MAKE) -C $(CURDIR)/$(PKG_NAME) $(MAKE) -C $(CURDIR)/$(PKG_NAME)
include $(RIOTBASE)/pkg/pkg.mk