mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
makefile for mptable
This commit is contained in:
parent
5a345dbb2c
commit
3f28e3ef24
1 changed files with 6 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
|
Loading…
Add table
Reference in a new issue