aboutsummaryrefslogtreecommitdiff
path: root/util/dump_mmcr/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-03-16 00:52:58 +0000
committerStefan Reinauer <stepan@openbios.org>2006-03-16 00:52:58 +0000
commit76ce5deb54ce145676fa2cc970b59cd137b5b983 (patch)
tree00b8567b8fad93d71d1f3bd43271c8cf4b032c35 /util/dump_mmcr/Makefile
parent426da0bc45d95aad6a22ab058496b07e91340855 (diff)
dump mmcr registers on Elan sc520
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2202 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/dump_mmcr/Makefile')
-rw-r--r--util/dump_mmcr/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/dump_mmcr/Makefile b/util/dump_mmcr/Makefile
new file mode 100644
index 0000000000..161a3616e4
--- /dev/null
+++ b/util/dump_mmcr/Makefile
@@ -0,0 +1,5 @@
+dumpmmcr: dumpmmcr.c
+ gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c
+ strip -s dumpmmcr
+clean:
+ rm dumpmmcr