blob: 41ece5a3713735b09377efa3ce65321f0a21d7f8 (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: GPL-2.0-or-later
#
# X86 Android tablet support Makefile
#
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
|