From 8962136b1a2caf4bd5d0b5cf4399d950ec52273f Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Fri, 29 Jul 2011 13:06:00 +0200 Subject: [PATCH] Added a motelist target that is the same on both sky and z1 --- platform/sky/Makefile.common | 2 ++ platform/z1/Makefile.common | 2 ++ 2 files changed, 4 insertions(+) diff --git a/platform/sky/Makefile.common b/platform/sky/Makefile.common index adfd54ccc..ee46cf188 100644 --- a/platform/sky/Makefile.common +++ b/platform/sky/Makefile.common @@ -73,6 +73,8 @@ ifndef MOTELIST CMOTES=$(MOTES) endif +motelist: sky-motelist + sky-motelist: $(MOTELIST) sky-motes: diff --git a/platform/z1/Makefile.common b/platform/z1/Makefile.common index 26a9c4783..7164452e1 100644 --- a/platform/z1/Makefile.common +++ b/platform/z1/Makefile.common @@ -67,6 +67,8 @@ ifndef MOTELIST CMOTES=$(MOTES) endif +motelist: z1-motelist + z1-motelist: $(MOTELIST) z1-motes: