repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/xeon_sp: Align resources to 4K
[coreboot2.git]
/
util
/
kbc1126
/
Makefile
blob
5b62878e5c34e4e9d72b05b59c7a7632de2f95a6
1
## SPDX-License-Identifier: GPL-2.0-only
2
obj
=
kbc1126_ec_dump kbc1126_ec_insert
3
HOSTCC
:= $(
if
$(
shell
type gcc
2
>/
dev
/
null
),
gcc
,
cc
)
4
5
all
: $(
obj
)
6
7
%: %
.c
8
$(
HOSTCC
) -
Wall
-
o
$
@
$<
9
10
clean
:
11
rm
-
f kbc1126_ec_dump kbc1126_ec_insert
12
13
.PHONY
:
all clean