deepjit: 1326 => 1246
[calu.git] / progs / Makefile
index 06ccb399d615ccf07bd6f5176f2f67472dd91196..434d2eaed621cf3fc55da10c7de4aadd976fd563 100644 (file)
@@ -3,6 +3,7 @@ SHELL := bash
 HN := $(shell hostname)
 TILABHOSTS := $(shell echo ti{1..41}) apps1
 STEFANHOST := ubuntu
+MPHOST := mp-lap
 
 ifeq ($(findstring $(HN), $(TILABHOSTS)), $(HN))
 DPROGFLAGS := -d /dev/ttyS0 -b 9600
@@ -10,7 +11,11 @@ else
 ifeq ($(findstring $(HN), $(STEFANHOST)), $(HN))
 DPROGFLAGS := -d /dev/ttyS0 -b 115200
 else
+ifeq ($(findstring $(HN), $(MPHOST)), $(HN))
 DPROGFLAGS := -d /dev/ttyS0 -b 115200
+else
+DPROGFLAGS := -d /dev/ttyUSB0 -b 115200
+endif
 endif
 endif