From 47bcee05ad6e0cc8d71d292392fa103631428651 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 11 Aug 2019 22:30:04 +0200 Subject: [PATCH] Missing platform in fpga_compress Makefile --- tools/fpga_compress/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/fpga_compress/Makefile b/tools/fpga_compress/Makefile index c76a4c4eb..fccb94b41 100644 --- a/tools/fpga_compress/Makefile +++ b/tools/fpga_compress/Makefile @@ -10,6 +10,8 @@ LD = g++ RM = rm -f MV = mv +platform = $(shell uname) + VPATH = ../../common/zlib OBJDIR = obj