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
|