summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-25 18:51:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-09-27 11:14:32 +0200
commit4a22305307c8f57dd1155cb6ffdcc6c40f8043f2 (patch)
tree185404a95666def207f375aea01744bca61bfc12 /commands/Makefile
parenteacd5e7cc3af3eb044f997d6bd3aa69c0ae7c772 (diff)
downloadbarebox-4a22305307c8f57dd1155cb6ffdcc6c40f8043f2.tar.gz
barebox-4a22305307c8f57dd1155cb6ffdcc6c40f8043f2.tar.xz
move devinfo command to its own file
Just like nearly all other commands are in individual files. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Makefile')
-rw-r--r--commands/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 6acffc8284..e02711231d 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -91,3 +91,4 @@ obj-$(CONFIG_CMD_FILETYPE) += filetype.o
obj-$(CONFIG_CMD_BAREBOX_UPDATE)+= barebox-update.o
obj-$(CONFIG_CMD_MIITOOL) += miitool.o
obj-$(CONFIG_CMD_DETECT) += detect.o
+obj-$(CONFIG_CMD_DEVINFO) += devinfo.o