From 6f308cdc6df6199c140b0ac0ace5673ccf3b334a Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Thu, 6 Nov 2014 14:17:22 +0200 Subject: [PATCH] makefile: Fixed include order for the compat headers Signed-off-by: Vladimir Sokolovsky --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.41.0