forked from OERV-BSP/u-boot
The Mi Pad is a tablet computer based on Nvidia Tegra K1 SoC which originally ran the Android operating system. The Mi Pad has a 7.9" IPS display with 1536 x 2048 (324 ppi) resolution. 2 GB of RAM and 16/64 GB of internal memory that can be supplemented with a microSDXC card giving up to 128 GB of additional storage. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
10 lines
158 B
Makefile
10 lines
158 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2024, Svyatoslav Ryhel <clamor95@gmail.com>
|
|
#
|
|
|
|
obj-$(CONFIG_XPL_BUILD) += mocha-spl.o
|
|
|
|
obj-y += mocha.o
|
|
|