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
2 changed files with 1329 additions and 0 deletions
6
util/mptable/Makefile
Normal file
6
util/mptable/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
CC=gcc
|
||||
|
||||
mptable: mptable.o
|
||||
$(CC) -o mptable mptable.o
|
||||
clean:
|
||||
\rm *.o mptable
|
1323
util/mptable/mptable.c
Normal file
1323
util/mptable/mptable.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue