From: Josh Triplett Date: Mon, 10 Mar 2014 20:26:10 +0000 (-0700) Subject: x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTK X-Git-Tag: fixes-for-v3.18-merge-window~38^2^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3afed06a355b5525d9a87bcb76567ef2e2e7b3a2;p=pandora-kernel.git x86, boot: Don't compile early_serial_console.c when !CONFIG_EARLY_PRINTK All the code in early_serial_console.c gets compiled out if !CONFIG_EARLY_PRINTK, but early_serial_console.o itself still gets compiled in. Eliminate it from the compile entirely in that case. This does not change the generated code at all, in either case. Signed-off-by: Josh Triplett --- Reading git-diff-tree failed