Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
25cd6f355dab9d11b7c8a4005867d5a30b8b14ee
/
.
/
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