mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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
|
AROPTS = a
|
||||||
|
|
||||||
## Default modules
|
## Default modules
|
||||||
MODULES += core/net/ipv4
|
MODULES += core/net/ipv4 core/ctk
|
||||||
|
Loading…
Reference in New Issue
Block a user