projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e87c09
)
libs/stat: Remove duplicated CFLAGS from deps
author
Anthony PERARD
<anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:01:53 +0000
(17:01 +0000)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 9 Dec 2021 16:26:29 +0000
(16:26 +0000)
Those CFLAGS_* are already added in libs.mk via USELIBS_stat.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/libs/stat/Makefile
patch
|
blob
|
history
diff --git
a/tools/libs/stat/Makefile
b/tools/libs/stat/Makefile
index c99508ae6ba813b18934af10af4cc553a59fe719..911a2de8ec6a9030a30d5a7f78b6399f7150a536 100644
(file)
--- a/
tools/libs/stat/Makefile
+++ b/
tools/libs/stat/Makefile
@@
-15,7
+15,7
@@
XEN_ROOT=$(CURDIR)/../../..
include $(XEN_ROOT)/tools/Rules.mk
-CFLAGS +=
$(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(CFLAGS_xeninclude)
-include $(XEN_ROOT)/tools/config.h
+CFLAGS += -include $(XEN_ROOT)/tools/config.h
SRCS-y += xenstat.c
SRCS-y += xenstat_qmp.c