mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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_LICENSE= # license of the package
|
||||
|
||||
.PHONY: all
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
all:
|
||||
$(MAKE) -C $(CURDIR)/$(PKG_NAME)
|
||||
|
||||
include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
Loading…
Reference in New Issue
Block a user