From 64b26009a1303dab9da4d118c19c22f3992830be Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 26 Sep 2010 15:15:48 +0000 Subject: the utility is called dumpmmcr, not dump_mmcr Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5852 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/dumpmmcr/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 util/dumpmmcr/Makefile (limited to 'util/dumpmmcr/Makefile') diff --git a/util/dumpmmcr/Makefile b/util/dumpmmcr/Makefile new file mode 100644 index 0000000000..161a3616e4 --- /dev/null +++ b/util/dumpmmcr/Makefile @@ -0,0 +1,5 @@ +dumpmmcr: dumpmmcr.c + gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c + strip -s dumpmmcr +clean: + rm dumpmmcr -- cgit v1.2.3