1# SPDX-License-Identifier: GPL-2.0-or-later 2# 3# X86 Android tablet support Makefile 4# 5 6obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o 7 8x86-android-tablets-y := core.o dmi.o shared-psy-info.o x86-android-tablets-main.o 9
1# SPDX-License-Identifier: GPL-2.0-or-later 2# 3# X86 Android tablet support Makefile 4# 5 6obj-$(CONFIG_X86_ANDROID_TABLETS) += x86-android-tablets.o 7 8x86-android-tablets-y := core.o dmi.o shared-psy-info.o x86-android-tablets-main.o 9