mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
14 lines
190 B
Makefile
14 lines
190 B
Makefile
|
#
|
||
|
# (C) Copyright 2017 Rockchip Electronics Co., Ltd.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += clk_px30.o
|
||
|
|
||
|
ifndef CONFIG_TPL_BUILD
|
||
|
obj-y += syscon_px30.o
|
||
|
endif
|
||
|
|
||
|
obj-y += px30.o
|