summaryrefslogtreecommitdiff
path: root/util/post/Makefile
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2016-02-21 14:27:21 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-02-26 07:00:33 +0100
commitbfe07899e372ac41c0a6dd4efac25458f5d48c9c (patch)
treed3f87a40c81c7cb1d141d1259cde91b03f68f17e /util/post/Makefile
parent951f7c7e7892728cc5a472c2359b692e0e710d24 (diff)
downloadcoreboot-bfe07899e372ac41c0a6dd4efac25458f5d48c9c.tar.xz
util: Add a very simple utility to test POST cards.
It was tested with a mini-PCI POST card on a Toshiba Satellite 1410 laptop with the stock BIOS. Change-Id: Icdc0860e2c72b17862601c2cc59eaf0f3d8a0e54 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Reviewed-on: https://review.coreboot.org/13763 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/post/Makefile')
-rw-r--r--util/post/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/post/Makefile b/util/post/Makefile
new file mode 100644
index 0000000000..d0a3eb99e4
--- /dev/null
+++ b/util/post/Makefile
@@ -0,0 +1,4 @@
+all:
+ $(CC) post.c -o post
+clean:
+ rm -f post