cc183ad459
All that remains now in x86-android-tablets-main.c is info for other (non Asus / Lenovo) tablets. Rename it to other.c to reflect this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20230301092331.7038-9-hdegoede@redhat.com
10 lines
233 B
Makefile
10 lines
233 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# X86 Android tablet support Makefile
|
|
#
|
|
|
|
obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
|
|
|
|
x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
|
|
asus.o lenovo.o other.o
|