mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
14 lines
210 B
Makefile
14 lines
210 B
Makefile
#
|
|
# (C) Copyright 2015 Rockchip Electronics Co., Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += rk3036.o clk_rk3036.o
|
|
|
|
ifndef CONFIG_TPL_BUILD
|
|
obj-y += syscon_rk3036.o
|
|
endif
|
|
|
|
obj-y += sdram_rk3036.o
|