fixed make login for Zoul on MAC
This commit is contained in:
parent
641599f613
commit
e4744d1e59
|
@ -59,6 +59,7 @@ ifeq ($(HOST_OS),Darwin)
|
||||||
USBDEVPREFIX=
|
USBDEVPREFIX=
|
||||||
MOTELIST = $(CONTIKI)/tools/zolertia/motelist-zolertia-macos
|
MOTELIST = $(CONTIKI)/tools/zolertia/motelist-zolertia-macos
|
||||||
MOTES = $(shell $(MOTELIST) -c 2>&- | cut -f 2 -d ,)
|
MOTES = $(shell $(MOTELIST) -c 2>&- | cut -f 2 -d ,)
|
||||||
|
SERIALDUMP = $(CONTIKI)/tools/sky/serialdump-macos
|
||||||
else
|
else
|
||||||
### If we are not running under Mac, we assume Linux
|
### If we are not running under Mac, we assume Linux
|
||||||
USBDEVPREFIX=
|
USBDEVPREFIX=
|
||||||
|
|
BIN
tools/sky/serialdump-macos
Executable file
BIN
tools/sky/serialdump-macos
Executable file
Binary file not shown.
Loading…
Reference in a new issue