pkg/Makefile.git: adapt example to new organization

This commit is contained in:
Alexandre Abadie 2020-06-13 21:01:46 +02:00
parent 91fbb42061
commit f67cff2458
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -6,4 +6,4 @@ PKG_LICENSE= # license of the package
include $(RIOTBASE)/pkg/pkg.mk
all:
$(MAKE) -C $(CURDIR)/$(PKG_NAME)
$(MAKE) -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base