summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/x86-android-tablets/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2023-02-19 19:32:42 +0300
committerHans de Goede <hdegoede@redhat.com>2023-03-07 14:08:30 +0300
commit62a5f689a068951de5ed8487ec7f0de52245bd92 (patch)
tree9452a3fe2ec1e07c0937d245e779b9556e114eab /drivers/platform/x86/x86-android-tablets/Makefile
parentafdcb5353f06cf5ddee3999f7e6353e889a50edc (diff)
downloadlinux-62a5f689a068951de5ed8487ec7f0de52245bd92.tar.xz
platform/x86: x86-android-tablets: Move core code into new core.c file
Move the helpers to get IRQs + GPIOs as well as the core code for instantiating all the devices missing from ACPI into a new core.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-4-hdegoede@redhat.com
Diffstat (limited to 'drivers/platform/x86/x86-android-tablets/Makefile')
-rw-r--r--drivers/platform/x86/x86-android-tablets/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/x86-android-tablets/Makefile b/drivers/platform/x86/x86-android-tablets/Makefile
index 52a0d6de5fcb..34016df3e54a 100644
--- a/drivers/platform/x86/x86-android-tablets/Makefile
+++ b/drivers/platform/x86/x86-android-tablets/Makefile
@@ -5,4 +5,4 @@
obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
-x86-android-tablets-y := x86-android-tablets-main.o
+x86-android-tablets-y := core.o x86-android-tablets-main.o