|
|
|
@ -3,6 +3,10 @@ PKG_URL = http://example.com/downloads # source url of the package e.g. a gi
|
|
|
|
|
PKG_VERSION = v1.2.3 # version of the package to use e.g. a git commit/ref
|
|
|
|
|
PKG_EXT = zip # extension of this package
|
|
|
|
|
|
|
|
|
|
ifneq ($(RIOTBASE),) |
|
|
|
|
include $(RIOTBASE)/Makefile.base |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
.PHONY: all clean patch distclean |
|
|
|
|
|
|
|
|
|
all: patch |
|
|
|
|