From 8d16fe6da94b4e0440f54193f387b55111b52743 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Wed, 15 Jul 2015 16:49:00 +0300 Subject: [PATCH] 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 Signed-off-by: Pavel Emelyanov --- Makefile.config | 3 --- 1 file changed, 3 deletions(-) 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