Made a module out of the core/ctk code

This commit is contained in:
Adam Dunkels 2013-12-12 09:34:30 +01:00
parent dc2f415a70
commit a40a73db9a
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
core-ctk_src = ctk.c ctk-conio.c

View File

@ -69,4 +69,4 @@ LDFLAGS = $(STARTADDR_FLAG) -t $(TARGET) -m contiki-$(TARGET).map -D __STACKSIZE
AROPTS = a
## Default modules
MODULES += core/net/ipv4
MODULES += core/net/ipv4 core/ctk