Skip to content

Commit

Permalink
platform/x86: x86-android-tablets: Move Lenovo tablets to their own file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Hans de Goede committed Mar 7, 2023
1 parent 97abac9 commit 7bf974f
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 406 deletions.
3 changes: 2 additions & 1 deletion drivers/platform/x86/x86-android-tablets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 7bf974f

Please sign in to comment.