summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/x86-android-tablets/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2023-02-19 21:15:24 +0100
committerHans de Goede <hdegoede@redhat.com>2023-03-07 12:08:31 +0100
commit7bf974f695f1a978097a3b43ac26afd46eba626d (patch)
tree3d589670cf57fd8c319c9dc546940d072ce33954 /drivers/platform/x86/x86-android-tablets/Makefile
parent97abac9c8b893822255c7847823bb65b6c7efb6a (diff)
downloadlinux-stable-7bf974f695f1a978097a3b43ac26afd46eba626d.tar.gz
linux-stable-7bf974f695f1a978097a3b43ac26afd46eba626d.tar.bz2
linux-stable-7bf974f695f1a978097a3b43ac26afd46eba626d.zip
platform/x86: x86-android-tablets: Move Lenovo tablets to their own file
Move the info for the Lenovo tablets to their own lenovo.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-8-hdegoede@redhat.com
Diffstat (limited to 'drivers/platform/x86/x86-android-tablets/Makefile')
-rw-r--r--drivers/platform/x86/x86-android-tablets/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/x86/x86-android-tablets/Makefile b/drivers/platform/x86/x86-android-tablets/Makefile
index 76f94831bf97..d881a824fa3d 100644
--- a/drivers/platform/x86/x86-android-tablets/Makefile
+++ b/drivers/platform/x86/x86-android-tablets/Makefile
@@ -5,4 +5,5 @@
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
+x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
+ asus.o lenovo.o x86-android-tablets-main.o