]> Git Repo - linux.git/blob - drivers/platform/Makefile
efi: efivars: Fix variable writes without query_variable_store()
[linux.git] / drivers / platform / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for linux/drivers/platform
4 #
5
6 obj-$(CONFIG_X86)               += x86/
7 obj-$(CONFIG_LOONGARCH)         += loongarch/
8 obj-$(CONFIG_MELLANOX_PLATFORM) += mellanox/
9 obj-$(CONFIG_MIPS)              += mips/
10 obj-$(CONFIG_OLPC_EC)           += olpc/
11 obj-$(CONFIG_GOLDFISH)          += goldfish/
12 obj-$(CONFIG_CHROME_PLATFORMS)  += chrome/
13 obj-$(CONFIG_SURFACE_PLATFORMS) += surface/
This page took 0.031814 seconds and 4 git commands to generate.