Skip to content

Commit 7bf974f

Browse files
committed
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 <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 97abac9 commit 7bf974f

File tree

3 files changed

+422
-406
lines changed

3 files changed

+422
-406
lines changed

drivers/platform/x86/x86-android-tablets/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
77

8-
x86-android-tablets-y := core.o dmi.o shared-psy-info.o asus.o x86-android-tablets-main.o
8+
x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
9+
asus.o lenovo.o x86-android-tablets-main.o

0 commit comments

Comments
 (0)