[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] libs/stat: Remove duplicated CFLAGS from deps
commit bca2eab9b52cff470bd9e16b07d370b38a98f438 Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> AuthorDate: Mon Dec 6 17:01:53 2021 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Thu Dec 9 16:26:29 2021 +0000 libs/stat: Remove duplicated CFLAGS from deps Those CFLAGS_* are already added in libs.mk via USELIBS_stat. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Reviewed-by: Juergen Gross <jgross@xxxxxxxx> --- tools/libs/stat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/stat/Makefile b/tools/libs/stat/Makefile index c99508ae6b..911a2de8ec 100644 --- 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 -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |