Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mani
/
linux-actions
/
d86271af64602e7c86c003b27f27c7216706ff96
/
.
/
tools
/
firmware
/
Makefile
blob: d329825aa31be379e56356b5659042a2c74ea20a [
file
]
# SPDX-License-Identifier: GPL-2.0
# Makefile for firmware tools
CFLAGS
=
-
Wall
-
Wextra
-
g
all
:
ihex2fw
%:
%.
c
$
(
CC
)
$
(
CFLAGS
)
-
o $@ $
^
clean
:
$
(
RM
)
ihex2fw
.
PHONY
:
all clean