From: Josh Triplett Date: Mon, 10 Mar 2014 20:03:10 +0000 (-0700) Subject: x86, boot: Use the usual -y -n mechanism for objects in vmlinux X-Git-Tag: fixes-for-v3.18-merge-window~38^2^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1cb47112eff140659f04c261ca19fb1f002607;p=pandora-kernel.git x86, boot: Use the usual -y -n mechanism for objects in vmlinux Switch VMLINUX_OBJS to vmlinux-objs-y, to eliminate Makefile conditionals in favor of vmlinux-objs-$(CONFIG_*) constructs. This does not change the generated code at all. Signed-off-by: Josh Triplett --- Reading git-diff-tree failed