forked from OERV-BSP/u-boot
The Tegra Note 7 is a mini tablet computer and the second Tegra 4 based mobile device designed by Nvidia that runs the Android operating system. The Tegra Note has a 7" IPS display with 1280 x 800 (217 ppi) resolution. The 1 GB of RAM and 16 GB of internal memory can be supplemented with a microSDXC card giving up to 64 GB of additional storage. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
11 lines
234 B
Makefile
11 lines
234 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) += tegratab-spl.o
|
|
|
|
obj-y += tegratab.o
|