diff --git a/pie/Makefile b/pie/Makefile index c012b2526..ed0767980 100644 --- a/pie/Makefile +++ b/pie/Makefile @@ -20,7 +20,7 @@ ifeq ($(ARCH), arm) endif ASMFLAGS += -D__ASSEMBLY__ -GEN-OFFSETS := gen-offsets.sh +GEN-OFFSETS := ../scripts/gen-offsets.sh BLOBS := $(obj)/parasite-blob.h $(obj)/restorer-blob.h PIELDS := pie.lds.S diff --git a/pie/gen-offsets.sh b/scripts/gen-offsets.sh similarity index 100% rename from pie/gen-offsets.sh rename to scripts/gen-offsets.sh