mptable tool
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1817 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
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
Reference in New Issue
Block a user