From 7356fccbfd251419e0ab7758f4ca2b5ccb6b191a Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 21 Jun 2012 12:57:35 -0300 Subject: [PATCH] tools/Makefile: target "off" to load an empty image --- tools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index c4b3802..c95f5df 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -20,7 +20,7 @@ LDLIBS = -L../../ben-wpan/tools/lib -latrf -lusb OBJS = antorcha.o hash.o -.PHONY: all update ping +.PHONY: all update ping off all: $(MAIN) @@ -32,3 +32,6 @@ update: ping: ./antorcha -P + +off: + ./antorcha /dev/null