| # SPDX-License-Identifier: GPL-2.0-or-later | |
| # | |
| # X86 Android tablet support Makefile | |
| # | |
| obj-$(CONFIG_X86_ANDROID_TABLETS) += vexia_atla10_ec.o | |
| obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o | |
| x86-android-tablets-y := core.o dmi.o shared-psy-info.o \ | |
| asus.o lenovo.o other.o |