mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 14:32:27 -04:00
Acer has several x86 based Android tablets which need x86-android-tablets support to work around their broken ACPI tables. At the moment x86-android-tablets only support one model, move this to its own file before adding support for more models to avoid needing to move more code around later. Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Hans de Goede <hansg@kernel.org> Link: https://patch.msgid.link/20250920200713.20193-17-hansg@kernel.org Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
10 lines
294 B
Makefile
10 lines
294 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# X86 Android tablet support Makefile
|
|
#
|
|
|
|
obj-$(CONFIG_X86_ANDROID_TABLETS) += vexia_atla10_ec.o
|
|
obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
|
|
x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
|
|
acer.o asus.o lenovo.o other.o
|