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:
parent
9b6526c911
commit
831898f735
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user