Commit 8d16fe6d authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

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: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 96e0d142
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment