xref: /linux/drivers/platform/x86/x86-android-tablets/Makefile (revision 69e4b75a5b90ef74300c283c0aafe8d41daf13a8)
1# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# X86 Android tablet support Makefile
4#
5
6obj-$(CONFIG_X86_ANDROID_TABLETS) += vexia_atla10_ec.o
7obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o
8x86-android-tablets-y := core.o dmi.o shared-psy-info.o \
9			 acer.o asus.o lenovo.o other.o
10