Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .gitmodules

This file was deleted.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ riot_clean:

contiki:
$(MAKE) -C $(STACKLINE_CONTIKI)/examples/ipv6/rpl-udp TARGET=whitefield

$(MAKE) -C $(STACKLINE_CONTIKI)/examples/containers TARGET=whitefield
contiking:
$(MAKE) -C $(STACKLINE_CONTIKING)/examples/rpl-udp TARGET=whitefield

contiki_clean:
$(MAKE) -C $(STACKLINE_CONTIKI)/examples/ipv6/rpl-udp TARGET=whitefield clean
$(MAKE) -C $(STACKLINE_CONTIKI)/examples/containers TARGET=whitefield clean

contiking_clean:
$(MAKE) -C $(STACKLINE_CONTIKING)/examples/rpl-udp TARGET=whitefield clean
Expand Down
193 changes: 0 additions & 193 deletions scripts/setup.sh

This file was deleted.