From 726bdd699a0f6edbde49ac7add228c1bd6d43a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 21 Mar 2014 23:01:02 +0100 Subject: [PATCH] native: Add CTK to the module list It is needed for apps compiled WITH_GUI. --- platform/native/Makefile.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/native/Makefile.native b/platform/native/Makefile.native index 8bc6a35ca..cda1488c1 100644 --- a/platform/native/Makefile.native +++ b/platform/native/Makefile.native @@ -47,4 +47,4 @@ CURSES_LIBS ?= -lncurses TARGET_LIBFILES += $(CURSES_LIBS) MODULES+=core/net/ip core/net/ipv4 core/net core/net/ipv6 core/net/rime \ - core/net/mac core/net/rpl + core/net/mac core/net/rpl core/ctk