1 #*****************************************************************************
5 # SPDX-License-Identifier: BSD-3-Clause
7 #*****************************************************************************
10 amdfwtool_exe
: amdfwtool.c
11 $(HOSTCC
) amdfwtool.c
-o amdfwtool
13 amdfwtool
: amdfwtool_exe
16 @
rm -f amdfwtool.o amdfwtool amdfwtool.exe