Skip to content

Commit

Permalink
pkg ccn-lite: set CCNL_RIOT define in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Mar 24, 2016
1 parent 5db537f commit 37879d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Makefile.dep
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions pkg/ccn-lite/ccn-lite-riot.h
Expand Up @@ -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"
Expand Down

0 comments on commit 37879d5

Please sign in to comment.