Sign in
gbmc
/
linux
/
d1d10cea0895264cc3769e4d9719baa94f4b250b
/
.
/
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