summaryrefslogtreecommitdiffstats
path: root/common/ratp/Makefile
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-02-24 16:01:16 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-01 09:39:42 +0100
commitec42940ea194f3089c5b2d29a06d61d7d03e94d9 (patch)
tree85c8a4dfe68f10b3d8c65854f67d21263aaca5de /common/ratp/Makefile
parent4cf99a772cf2494db74ff6872fae5bd2d2a03afa (diff)
downloadbarebox-ec42940ea194f3089c5b2d29a06d61d7d03e94d9.tar.gz
barebox-ec42940ea194f3089c5b2d29a06d61d7d03e94d9.tar.xz
ratp: implement ping as a standard ratp command
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 cab14c6fb7..acad61ee58 100644
--- a/common/ratp/Makefile
+++ b/common/ratp/Makefile
@@ -1 +1,2 @@
obj-y += ratp.o
+obj-y += ping.o