mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg ccn-lite: set CCNL_RIOT define in Makefile
This commit is contained in:
parent
5db537fbab
commit
37879d515f
@ -6,6 +6,11 @@ ifneq (,$(filter libcoap,$(USEPKG)))
|
||||
USEMODULE += gnrc_conn_udp
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ccn-lite,$(USEPKG)))
|
||||
export CFLAGS += -DCCNL_RIOT
|
||||
endif
|
||||
|
||||
|
||||
ifneq (,$(filter nhdp,$(USEMODULE)))
|
||||
USEMODULE += conn_udp
|
||||
USEMODULE += xtimer
|
||||
|
@ -19,11 +19,6 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Use RIOT specific configuration in CCN-Lite
|
||||
*/
|
||||
#define CCNL_RIOT
|
||||
|
||||
#include <unistd.h>
|
||||
#include "kernel_types.h"
|
||||
#include "arpa/inet.h"
|
||||
|
Loading…
Reference in New Issue
Block a user