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)
commit9a1cb47112eff140659f04c261ca19fb1f002607
treee1bb40a664961b1ebb46062e43a418dcf956f342
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
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 <josh@joshtriplett.org>
arch/x86/boot/compressed/Makefile