mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
213 B
Makefile
12 lines
213 B
Makefile
PKG_NAME=lwip
|
|
PKG_URL=git://git.savannah.nongnu.org/lwip.git
|
|
PKG_VERSION=STABLE-2_0_3_RELEASE
|
|
PKG_LICENSE=BSD-3-Clause
|
|
|
|
.PHONY: all
|
|
|
|
all: git-download
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|