From d92d7cb515aa1222d2b8e500157d4b911d7c8783 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 27 Jan 2021 08:10:11 +0100 Subject: util/amdfwtool: Add "all" target to Makefile The test-tools make target requires it. Change-Id: I20819f8d587e6b3a472cdc32751e9edf505d5ba6 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/49962 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Angel Pons --- util/amdfwtool/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/amdfwtool/Makefile b/util/amdfwtool/Makefile index c19c8e638c..9dbce9c791 100644 --- a/util/amdfwtool/Makefile +++ b/util/amdfwtool/Makefile @@ -7,6 +7,7 @@ OBJ = $(SRC:%.c=%.o) TARGET = amdfwtool CFLAGS=-O2 -Wall -Wextra -Wshadow +all: $(TARGET) $(TARGET): $(OBJ) $(CC) $(OBJ) $(LDFLAGS) -o $@ -- cgit v1.2.3