From: Cyrill Gorcunov <gorcu...@openvz.org> Signed-off-by: Cyrill Gorcunov <gorcu...@openvz.org> Signed-off-by: Alexander Kartashov <alekskartas...@parallels.com> --- kernel/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/kernel/Makefile b/kernel/Makefile index 86e3285..9f7a139 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -25,9 +25,7 @@ endif obj-y += sched/ obj-y += power/ -ifeq ($(CONFIG_CHECKPOINT_RESTORE),y) -obj-$(CONFIG_X86) += kcmp.o -endif +obj-$(CONFIG_CHECKPOINT_RESTORE) += kcmp.o obj-$(CONFIG_FREEZER) += freezer.o obj-$(CONFIG_PROFILING) += profile.o obj-$(CONFIG_STACKTRACE) += stacktrace.o -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/