Makefile: remove ROOT_DIR

This commit is contained in:
Philippe Teuwen 2021-04-18 18:52:48 +02:00
commit 79bf006419
3 changed files with 2 additions and 9 deletions

View file

@ -12,8 +12,6 @@ MYCFLAGS += -DLZ4_MEMORY_USAGE=20 -Wno-redundant-decls -Wno-old-style-definitio
BINS = fpga_compress
ROOT_DIR:=$(dir $(realpath $(lastword $(MAKEFILE_LIST))))
include ../../Makefile.host
fpga_compress: $(OBJDIR)/fpga_compress.o $(MYOBJS)