Sign in
android-kvm
/
linux
/
42e45a9449f1376d4decd751612a48f6db1f6e37
/
.
/
tools
/
firmware
/
Makefile
blob: d329825aa31be379e56356b5659042a2c74ea20a [
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