diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-12-10 16:18:43 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-12-10 16:18:43 +0000 |
commit | a7dd86970619976265c2cc167668fa11da07e139 (patch) | |
tree | 8a21278924525db49fa4e320b8492bd78cd46e4a /util/mptable/Makefile | |
parent | 6ac60f8dfe778e7cf0c6e6bd6708efcc7bc91266 (diff) |
mptable tool
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1817 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/mptable/Makefile')
-rw-r--r-- | util/mptable/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/mptable/Makefile b/util/mptable/Makefile new file mode 100644 index 0000000000..5f74b5082e --- /dev/null +++ b/util/mptable/Makefile @@ -0,0 +1,6 @@ +CC=gcc + +mptable: mptable.o + $(CC) -o mptable mptable.o +clean: + \rm *.o mptable |