]> git.ipfire.org Git - people/arne_f/kernel.git/blame - drivers/firmware/google/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / drivers / firmware / google / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
74c5b31c
MW
2
3obj-$(CONFIG_GOOGLE_SMI) += gsmi.o
d384d6f4
TE
4obj-$(CONFIG_GOOGLE_COREBOOT_TABLE) += coreboot_table.o
5obj-$(CONFIG_GOOGLE_COREBOOT_TABLE_ACPI) += coreboot_table-acpi.o
a1d6f9cf 6obj-$(CONFIG_GOOGLE_COREBOOT_TABLE_OF) += coreboot_table-of.o
afe9dba4 7obj-$(CONFIG_GOOGLE_MEMCONSOLE) += memconsole.o
d384d6f4 8obj-$(CONFIG_GOOGLE_MEMCONSOLE_COREBOOT) += memconsole-coreboot.o
afe9dba4 9obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o
049a59db
WNH
10
11vpd-sysfs-y := vpd.o vpd_decode.o
12obj-$(CONFIG_GOOGLE_VPD) += vpd-sysfs.o