[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [RFC XEN PATCH 05/23] xen: Kbuild: Remove extra -include from C flags
Kbuild includes linux/compiler_types.h into the CFLAGS list, but Xen don't need that. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> --- xen/scripts/Makefile.lib | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/scripts/Makefile.lib b/xen/scripts/Makefile.lib index 41c50f9461e5..b746199b7f6b 100644 --- a/xen/scripts/Makefile.lib +++ b/xen/scripts/Makefile.lib @@ -160,7 +160,6 @@ endif endif c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) \ - -include $(srctree)/include/linux/compiler_types.h \ $(_c_flags) $(modkern_cflags) \ $(basename_flags) $(modname_flags) -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |