libs/light: Remove -I.
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:01:52 +0000 (17:01 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Dec 2021 16:26:29 +0000 (16:26 +0000)
There is no need to include current directory.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/libs/light/Makefile

index 975413ade8b17f58b0ce634fdeeb765f3b5ead99..bfd58226ce909d194853061cc7e00c78a6def5c5 100644 (file)
@@ -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