summaryrefslogtreecommitdiffstats
path: root/common/ratp/Makefile
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-02-24 16:01:20 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-01 09:39:42 +0100
commit266db810bffe4002bce9e2a1f485c27006c093b5 (patch)
tree4f60dac10d73639e386d75606535bb3fdc4129c3 /common/ratp/Makefile
parentbfcdef33add4f58ebd7f6a9621c94b1fb2caabd5 (diff)
downloadbarebox-266db810bffe4002bce9e2a1f485c27006c093b5.tar.gz
barebox-266db810bffe4002bce9e2a1f485c27006c093b5.tar.xz
ratp: new reset command
E.g.: $ ./bbremote -v --port /dev/ttyUSB2 reset Signed-off-by: Aleksander Morgado <aleksander@aleksander.es> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/ratp/Makefile')
-rw-r--r--common/ratp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ratp/Makefile b/common/ratp/Makefile
index d4cfdf95fa..2c6d674f61 100644
--- a/common/ratp/Makefile
+++ b/common/ratp/Makefile
@@ -3,3 +3,4 @@ obj-y += ping.o
obj-y += getenv.o
obj-y += md.o
obj-y += mw.o
+obj-y += reset.o