projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7db8ea9
)
libs/light: Remove -I.
author
Anthony PERARD
<anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:01:52 +0000
(17:01 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/tools/libs/light/Makefile
b/tools/libs/light/Makefile
index 975413ade8b17f58b0ce634fdeeb765f3b5ead99..bfd58226ce909d194853061cc7e00c78a6def5c5 100644
(file)
--- 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