Move the info for the Asus tablets to their own asus.c file. 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-7-hdegoede@redhat.com
9 lines
237 B
Makefile
9 lines
237 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 x86-android-tablets-main.o
|