From 64bae5b38d4e9f40e192b4bb70ab1134333b8cd7 Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Tue, 24 Mar 2015 14:43:53 +0100 Subject: [PATCH] Include the ip64-addr module, to make http-socket compile --- platform/cooja/Makefile.cooja | 2 +- platform/native/Makefile.native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/cooja/Makefile.cooja b/platform/cooja/Makefile.cooja index 41fd42719..c28dac608 100644 --- a/platform/cooja/Makefile.cooja +++ b/platform/cooja/Makefile.cooja @@ -75,7 +75,7 @@ CFLAGSNO = $(EXTRA_CC_ARGS) -Wall -g -I/usr/local/include -DCLASSNAME=$(CLASSNAM CFLAGS += $(CFLAGSNO) MODULES += core/net core/net/mac \ - core/net/llsec + core/net/llsec core/net/ip64-addr ## Copied from Makefile.include, since Cooja overrides CFLAGS et al HAS_STACK = 0 diff --git a/platform/native/Makefile.native b/platform/native/Makefile.native index 460610a6a..198dbabee 100644 --- a/platform/native/Makefile.native +++ b/platform/native/Makefile.native @@ -42,4 +42,4 @@ CURSES_LIBS ?= -lncurses TARGET_LIBFILES += $(CURSES_LIBS) -MODULES+=core/net core/net/mac core/ctk core/net/llsec +MODULES+=core/net core/net/mac core/ctk core/net/llsec core/net/ip64-addr/