Makefile (d384d6f43d1ec3f1225ab0275fd592c5980bd830) | Makefile (a1d6f9cfc7c6f55ae65430c2fd0eb2bae69dc246) |
---|---|
1 2obj-$(CONFIG_GOOGLE_SMI) += gsmi.o 3obj-$(CONFIG_GOOGLE_COREBOOT_TABLE) += coreboot_table.o 4obj-$(CONFIG_GOOGLE_COREBOOT_TABLE_ACPI) += coreboot_table-acpi.o | 1 2obj-$(CONFIG_GOOGLE_SMI) += gsmi.o 3obj-$(CONFIG_GOOGLE_COREBOOT_TABLE) += coreboot_table.o 4obj-$(CONFIG_GOOGLE_COREBOOT_TABLE_ACPI) += coreboot_table-acpi.o |
5obj-$(CONFIG_GOOGLE_COREBOOT_TABLE_OF) += coreboot_table-of.o |
|
5obj-$(CONFIG_GOOGLE_MEMCONSOLE) += memconsole.o 6obj-$(CONFIG_GOOGLE_MEMCONSOLE_COREBOOT) += memconsole-coreboot.o 7obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o | 6obj-$(CONFIG_GOOGLE_MEMCONSOLE) += memconsole.o 7obj-$(CONFIG_GOOGLE_MEMCONSOLE_COREBOOT) += memconsole-coreboot.o 8obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o |