
The ASUS Transformer Pad TF701T is an Android tablet computer made by ASUS, successor to the ASUS Transformer Pad Infinity. The tablet includes a Tegra 4 T114 processor clocked at 1.9 GHz, and an upgraded 2560×1600 pixel resolution screen, increasing the pixel density to 300 PPI and a mobile dock. Transformers (t114) board derives from Nvidia Macallan development board. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
11 lines
251 B
Makefile
11 lines
251 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
|
#
|
|
# Copyright (c) 2023, Svyatoslav Ryhel <clamor95@gmail.com>
|
|
#
|
|
|
|
obj-$(CONFIG_XPL_BUILD) += transformer-t114-spl.o
|
|
|
|
obj-y += transformer-t114.o
|