2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

build: get rid of vestigial Makefile.config test

We don't use this any more (and the test was deleted in a previous patch),
so let's get rid of this too.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Tycho Andersen 2015-07-15 16:49:00 +03:00 committed by Pavel Emelyanov
parent 96e0d14283
commit 8d16fe6da9

View File

@ -35,9 +35,6 @@ endif
ifeq ($(call try-cc,$(PTRACE_PEEKSIGINFO_TEST),),y) ifeq ($(call try-cc,$(PTRACE_PEEKSIGINFO_TEST),),y)
$(Q) @echo '#define CONFIG_HAS_PEEKSIGINFO_ARGS' >> $@ $(Q) @echo '#define CONFIG_HAS_PEEKSIGINFO_ARGS' >> $@
endif endif
ifeq ($(call try-cc,$(PTRACE_SUSPEND_SECCOMP_TEST),),y)
$(Q) @echo '#define CONFIG_HAS_SUSPEND_SECCOMP' >> $@
endif
ifeq ($(VDSO),y) ifeq ($(VDSO),y)
$(Q) @echo '#define CONFIG_VDSO' >> $@ $(Q) @echo '#define CONFIG_VDSO' >> $@
endif endif