X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fgetpir%2FMakefile;h=94270f54a69b1282635b76755e30fc76189ab7c6;hb=d13e4167a903c1bd69c9ed708987f016dff13d1d;hp=13bf47efc9524214ccb23eb147ea76a6eb42434a;hpb=46d65e85a1c0449f86497264d5958b3d85784767;p=coreboot.git diff --git a/util/getpir/Makefile b/util/getpir/Makefile index 13bf47efc..94270f54a 100644 --- a/util/getpir/Makefile +++ b/util/getpir/Makefile @@ -5,8 +5,7 @@ CC=gcc CFLAGS=-O2 -D_GNU_SOURCE -DGETPIR -Wall -all: getpir checkpir - ./checkpir +all: getpir getpir: getpir.o checksum.o code_gen.o $(CC) $(CFLAGS) -o getpir $^