Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
char-misc
/
5c2fb57af0f42550eb718a3b0b445c81ec923895
/
.
/
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