x86, boot: Use the usual -y -n mechanism for objects in vmlinux
authorJosh Triplett <josh@joshtriplett.org>
Mon, 10 Mar 2014 20:03:10 +0000 (13:03 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Sun, 17 Aug 2014 21:58:24 +0000 (14:58 -0700)
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 <josh@joshtriplett.org>

No differences found