Idwer Vollering has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37768 )
Change subject: util/superiotool: build fix for FreeBSD ......................................................................
util/superiotool: build fix for FreeBSD
Change-Id: Ia96bee18abcdf278ae9178471cd4af2de454facf Signed-off-by: Idwer Vollering vidwer@gmail.com --- M util/superiotool/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/37768/1
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 2bc88ab..dc47aed 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -60,7 +60,7 @@ endif endif
-all: pciutils $(PROGRAM) +all: $(PROGRAM)
superiotool.o: *.c superiotool.h