Made a module out of the core/ctk code
This commit is contained in:
parent
dc2f415a70
commit
a40a73db9a
1
core/ctk/Makefile.core-ctk
Normal file
1
core/ctk/Makefile.core-ctk
Normal file
|
@ -0,0 +1 @@
|
|||
core-ctk_src = ctk.c ctk-conio.c
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue