Native BR: add makefile target 'connect-router-cooja'

This commit is contained in:
Simon Duquennoy 2018-01-27 08:26:12 -08:00
parent 069b399639
commit d9e3abac2f
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ MAKE_NET = MAKE_NET_IPV6
PREFIX ?= fd00::1/64
connect-router: border-router.native
sudo ./border-router.native $(PREFIX)
connect-router-cooja: border-router.native
sudo ./border-router.native -a localhost $(PREFIX)