xref: /openbmc/linux/drivers/firmware/google/Makefile (revision 19d54020)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
274c5b31cSMike Waychison
374c5b31cSMike Waychisonobj-$(CONFIG_GOOGLE_SMI)		+= gsmi.o
4d384d6f4SThierry Escandeobj-$(CONFIG_GOOGLE_COREBOOT_TABLE)        += coreboot_table.o
5851b4c14SSamuel Hollandobj-$(CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT)  += framebuffer-coreboot.o
6e561bc45SMike Waychisonobj-$(CONFIG_GOOGLE_MEMCONSOLE)            += memconsole.o
7d384d6f4SThierry Escandeobj-$(CONFIG_GOOGLE_MEMCONSOLE_COREBOOT)   += memconsole-coreboot.o
8afe9dba4SThierry Escandeobj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o
9049a59dbSWei-Ning Huang
10*19d54020SJack Rosenthal# Must come after coreboot_table.o, as this driver depends on that bus type.
11*19d54020SJack Rosenthalobj-$(CONFIG_GOOGLE_CBMEM)		+= cbmem.o
12*19d54020SJack Rosenthal
13049a59dbSWei-Ning Huangvpd-sysfs-y := vpd.o vpd_decode.o
14049a59dbSWei-Ning Huangobj-$(CONFIG_GOOGLE_VPD)		+= vpd-sysfs.o
15