brintos

brintos / linux-shallow public Read only

0
0
Text · 594 B · 8151e32 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3obj-$(CONFIG_GOOGLE_SMI)		+= gsmi.o4obj-$(CONFIG_GOOGLE_COREBOOT_TABLE)        += coreboot_table.o5obj-$(CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT)  += framebuffer-coreboot.o6obj-$(CONFIG_GOOGLE_MEMCONSOLE)            += memconsole.o7obj-$(CONFIG_GOOGLE_MEMCONSOLE_COREBOOT)   += memconsole-coreboot.o8obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o9 10# Must come after coreboot_table.o, as this driver depends on that bus type.11obj-$(CONFIG_GOOGLE_CBMEM)		+= cbmem.o12 13vpd-sysfs-y := vpd.o vpd_decode.o14obj-$(CONFIG_GOOGLE_VPD)		+= vpd-sysfs.o15