mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-29 22:58:02 -04:00
Move the WMI core code into a separate directory to prepare for future additions to the WMI driver. Also update the description of the Kconfig entry to better fit with the other subsystem Kconfig entries. Signed-off-by: Armin Wolf <W_Armin@gmx.de> Link: https://patch.msgid.link/20251111131125.3379-5-W_Armin@gmx.de Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
17 lines
492 B
Makefile
17 lines
492 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for linux/drivers/platform
|
|
#
|
|
|
|
obj-$(CONFIG_X86) += x86/
|
|
obj-$(CONFIG_LOONGARCH) += loongarch/
|
|
obj-$(CONFIG_MELLANOX_PLATFORM) += mellanox/
|
|
obj-$(CONFIG_MIPS) += mips/
|
|
obj-$(CONFIG_OLPC_EC) += olpc/
|
|
obj-$(CONFIG_GOLDFISH) += goldfish/
|
|
obj-$(CONFIG_CHROME_PLATFORMS) += chrome/
|
|
obj-$(CONFIG_CZNIC_PLATFORMS) += cznic/
|
|
obj-$(CONFIG_SURFACE_PLATFORMS) += surface/
|
|
obj-$(CONFIG_ARM64_PLATFORM_DEVICES) += arm64/
|
|
obj-$(CONFIG_ACPI_WMI) += wmi/
|