mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
6 lines
102 B
Makefile
6 lines
102 B
Makefile
|
collect-view_src = collect-view.c
|
||
|
|
||
|
ifeq ($(TARGET), sky)
|
||
|
collect-view_src += collect-view-sky.c
|
||
|
endif
|