afe9dba4f9
This patch splits memconsole.c in 2 parts. One containing the architecture-independent part and the other one containing the EBDA specific part. This prepares the integration of coreboot support for the memconsole. The memconsole driver is now named as memconsole-x86-legacy. Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5 lines
166 B
Makefile
5 lines
166 B
Makefile
|
|
obj-$(CONFIG_GOOGLE_SMI) += gsmi.o
|
|
obj-$(CONFIG_GOOGLE_MEMCONSOLE) += memconsole.o
|
|
obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o
|