1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lwip/Makefile

12 lines
213 B
Makefile
Raw Normal View History

2015-08-03 22:30:46 +02:00
PKG_NAME=lwip
PKG_URL=git://git.savannah.nongnu.org/lwip.git
PKG_VERSION=STABLE-2_0_3_RELEASE
PKG_LICENSE=BSD-3-Clause
2015-08-03 22:30:46 +02:00
.PHONY: all
all: git-download
"$(MAKE)" -C $(PKG_BUILDDIR)
2015-08-03 22:30:46 +02:00
include $(RIOTBASE)/pkg/pkg.mk