From 3e87c09ddd961edb6b5726ba8376c2f1959611db Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Mon, 6 Dec 2021 17:01:52 +0000 Subject: [PATCH] libs/light: Remove -I. There is no need to include current directory. Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross --- tools/libs/light/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2