u-boot/board/phytium/pomelo/Makefile
weichangzheng b9d0f00a9d arm: add initial support for the Phytium Pomelo Board
This adds platform code and the device tree for the Phytium Pomelo Board.
The initial support comprises the UART and the PCIE.

Signed-off-by: weichangzheng <nicholas_zheng@outlook.com>
2022-03-10 13:57:04 -05:00

14 lines
235 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2021
# lixinde <lixinde@phytium.com.cn>
# weichangzheng <weichangzheng@phytium.com.cn>
#
obj-y += pomelo.o
obj-y += pll.o
obj-y += pcie.o
obj-y += ddr.o
obj-y += sec.o