10 lines
233 B
Makefile
10 lines
233 B
Makefile
# 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
|