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

pkg: oonf_api: add license information, cleanup

This commit is contained in:
Kaspar Schleiser 2017-01-08 21:55:46 +01:00
parent e4fddaacf9
commit c1e738b743

View File

@ -1,11 +1,7 @@
PKG_NAME=oonf_api
PKG_URL=https://github.com/OLSR/OONF.git
PKG_VERSION=v0.3.0
ifneq ($(RIOTBASE),)
INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \
-I$(RIOTBASE)/sys/posix/include
endif
PKG_LICENSE=BSD-3-Clause
MODULE:=$(PKG_NAME)