summaryrefslogtreecommitdiffstats
path: root/commands/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-07-04 01:27:03 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-04 07:35:47 +0200
commit7a9bfaadab77dd7a75d0cb147df4d53000963b27 (patch)
treeca684b2d2871e5428cd6244d78bbdd59542390f4 /commands/Makefile
parent7420866543da43a72ef81d5e03b12d9df752d99b (diff)
downloadbarebox-7a9bfaadab77dd7a75d0cb147df4d53000963b27.tar.gz
barebox-7a9bfaadab77dd7a75d0cb147df4d53000963b27.tar.xz
commands: add 'lspci' command
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> 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 a84d3339ed..d42aca5c0c 100644
--- a/commands/Makefile
+++ b/commands/Makefile
@@ -99,3 +99,4 @@ obj-$(CONFIG_CMD_READF) += readf.o
obj-$(CONFIG_CMD_MENUTREE) += menutree.o
obj-$(CONFIG_CMD_2048) += 2048.o
obj-$(CONFIG_CMD_REGULATOR) += regulator.o
+obj-$(CONFIG_CMD_LSPCI) += lspci.o