Sign in
cos
/
third_party
/
kernel
/
db45c0ef258ef6c7ef3c1b8ea9e06e133e083c27
/
.
/
tools
/
firmware
/
Makefile
blob: cfb297e6ef5ae43ed902e276b77bd9da0b0b4f99 [
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