From 533e23fab08fb28a808aa0a1eca246c0670a225d Mon Sep 17 00:00:00 2001 From: Leon George Date: Wed, 1 Oct 2014 21:51:46 +0200 Subject: [PATCH] pkg/Makefile.http: complete Makefile-example --- pkg/Makefile.http | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/Makefile.http b/pkg/Makefile.http index 1b16d5eb69..854914085c 100644 --- a/pkg/Makefile.http +++ b/pkg/Makefile.http @@ -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