diff --git a/Makefile.config b/Makefile.config index d2b5a3dd8..ce4b8d844 100644 --- a/Makefile.config +++ b/Makefile.config @@ -35,9 +35,6 @@ endif ifeq ($(call try-cc,$(PTRACE_PEEKSIGINFO_TEST),),y) $(Q) @echo '#define CONFIG_HAS_PEEKSIGINFO_ARGS' >> $@ endif -ifeq ($(call try-cc,$(PTRACE_SUSPEND_SECCOMP_TEST),),y) - $(Q) @echo '#define CONFIG_HAS_SUSPEND_SECCOMP' >> $@ -endif ifeq ($(VDSO),y) $(Q) @echo '#define CONFIG_VDSO' >> $@ endif