mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
|
# (C) Copyright 2019 Marvell, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += lowlevel_init.o
|
||
|
obj-y += cache.o
|
||
|
obj-y += clock.o
|
||
|
obj-y += cpu.o
|
||
|
obj-y += dram.o
|