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
smbios: TYPE_NONE and TYPE_OTHER are already taken
[coreboot.git]
/
util
/
kbc1126
/
Makefile
blob
48268747d657e870b709861ea71d7f309e565580
1
obj
=
kbc1126_ec_dump kbc1126_ec_insert
2
HOSTCC
:= $(
if
$(
shell
type gcc
2
>/
dev
/
null
),
gcc
,
cc
)
3
4
all
: $(
obj
)
5
6
%: %
.c
7
$(
HOSTCC
) -
Wall
-
o
$
@
$<
8
9
clean
:
10
rm
-
f kbc1126_ec_dump kbc1126_ec_insert
11
12
.PHONY
:
all clean