skylake: update processor power limits configuration
[coreboot.git] / util / amdfwtool / Makefile
blobe9fd91bb40d5f8aff8e46c9ebff6c973ff81f63a
1 #*****************************************************************************
3 # All rights reserved.
5 # SPDX-License-Identifier: BSD-3-Clause
7 #*****************************************************************************
8 HOSTCC ?= cc
10 amdfwtool_exe : amdfwtool.c
11 $(HOSTCC) amdfwtool.c -o amdfwtool
13 amdfwtool : amdfwtool_exe
15 clean:
16 @rm -f amdfwtool.o amdfwtool amdfwtool.exe