Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
andersson
/
remoteproc
/
1cb8f3e2d8fe7533c26df9925a83bd3d185b312e
/
.
/
tools
/
firmware
/
Makefile
blob: cfb297e6ef5ae43ed902e276b77bd9da0b0b4f99 [
file
] [
log
] [
blame
]
# 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