Makefile: remove ROOT_DIR

This commit is contained in:
Philippe Teuwen
2021-04-18 18:52:48 +02:00
parent ed78bca62b
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)

View File

@@ -1,6 +1,3 @@
# Must be called before any Makefile include
ROOT_DIR:=$(dir $(realpath $(lastword $(MAKEFILE_LIST))))
include ../../Makefile.defs
all clean install uninstall check: %: crack2/% crack3/% crack4/% crack5/%