From: Vladimir Sokolovsky Date: Thu, 6 Nov 2014 12:17:22 +0000 (+0200) Subject: makefile: Fixed include order for the compat headers X-Git-Tag: vofed-3.18~85 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6f308cdc6df6199c140b0ac0ace5673ccf3b334a;p=~aditr%2Fcompat-rdma.git makefile: Fixed include order for the compat headers Signed-off-by: Vladimir Sokolovsky --- diff --git a/makefile b/makefile index f21eb17..42fb0d7 100644 --- a/makefile +++ b/makefile @@ -144,8 +144,8 @@ kernel: $(COMPAT_CONFIG) $(COMPAT_AUTOCONF) -include $(autoconf_h) \ -include $(CWD)/include/linux/autoconf.h \ $(KCONFIG_H) \ - -include $(CWD)/include/linux/compat-2.6.h \ -include $(CWD)/compat/config.h \ + -include $(CWD)/include/linux/compat-2.6.h \ $(BACKPORT_INCLUDES) \ $(KERNEL_MEMTRACK_CFLAGS) \ $(KERNEL_NFS_FS_CFLAGS) \