From bfe07899e372ac41c0a6dd4efac25458f5d48c9c Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 21 Feb 2016 14:27:21 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/13763 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/post/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 util/post/Makefile (limited to 'util/post/Makefile') 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 -- cgit v1.2.3