From: Anthony PERARD Date: Mon, 6 Dec 2021 17:01:52 +0000 (+0000) Subject: libs/light: Remove -I. X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~1243 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e87c09ddd961edb6b5726ba8376c2f1959611db;p=xen.git libs/light: Remove -I. There is no need to include current directory. Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross --- diff --git a/tools/libs/light/Makefile b/tools/libs/light/Makefile index 975413ade8..bfd58226ce 100644 --- a/tools/libs/light/Makefile +++ b/tools/libs/light/Makefile @@ -44,7 +44,6 @@ SRCS-$(CONFIG_X86) += $(ACPI_OBJS:.o=.c) CFLAGS += -Wno-format-zero-length -Wmissing-declarations \ -Wno-declaration-after-statement -Wformat-nonliteral -CFLAGS += -I. CFLAGS-$(CONFIG_X86) += -DCONFIG_PCI_SUPP_LEGACY_IRQ