On Mon, 16 Jan 2023 18:57:53 +0100 Marc Hartmayer <mhartmay@xxxxxxxxxxxxx> wrote: > `lib` seems to be unused therefore let's remove it. > > Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxx> this definitely needs to be merged into the previous patch > --- > s390x/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/s390x/Makefile b/s390x/Makefile > index 032524373593..31f6db11213d 100644 > --- a/s390x/Makefile > +++ b/s390x/Makefile > @@ -63,7 +63,7 @@ test_cases: $(tests) > test_cases_binary: $(tests_binary) > test_cases_pv: $(tests_pv_binary) > > -INCLUDE_PATHS = $(SRCDIR)/lib $(SRCDIR)/lib/s390x lib > +INCLUDE_PATHS = $(SRCDIR)/lib $(SRCDIR)/lib/s390x > CPPFLAGS = $(addprefix -I,$(INCLUDE_PATHS)) > > CFLAGS += -std=gnu99