repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya/var/omnigul: Modify NVMe and UFS Storage support
[coreboot.git]
/
payloads
/
libpayload
/
tests
/
Makefile
blob
8c55053af7b177132400e03b11a37642332dcf10
1
CC
=
gcc
-
g
-
m32
2
INCLUDES
=-
I.
-
I..
/
include
-
I..
/
include
/
x86
3
TARGETS
=
cbfs-x86-test
4
5
cbfs-x86-test
:
cbfs-x86-test.c ..
/
arch
/
x86
/
rom_media.c ..
/
libcbfs
/
ram_media.c ..
/
libcbfs
/
cbfs.c
6
$(
CC
) -
o
$
@
$
^
$(
INCLUDES
)
7
8
9
all
: $(
TARGETS
)
10
11
run
:
all
12
for i in
$(
TARGETS
);
do .
/$
$i
;
done