mptable tool
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1817 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6ac60f8dfe
commit
a7dd869706
|
@ -0,0 +1,6 @@
|
||||||
|
CC=gcc
|
||||||
|
|
||||||
|
mptable: mptable.o
|
||||||
|
$(CC) -o mptable mptable.o
|
||||||
|
clean:
|
||||||
|
\rm *.o mptable
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue