Message ID | 20230116175757.71059-6-mhartmay@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Some cleanup patches | expand |
On Mon, 16 Jan 2023 18:57:53 +0100 Marc Hartmayer <mhartmay@linux.ibm.com> wrote: > `lib` seems to be unused therefore let's remove it. > > Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> 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
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
`lib` seems to be unused therefore let's remove it. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> --- s390x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)