mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
10 lines
174 B
Makefile
10 lines
174 B
Makefile
|
#/*
|
||
|
# * Copyright (C) 2018 Marvell International Ltd.
|
||
|
# *
|
||
|
# * SPDX-License-Identifier: GPL-2.0
|
||
|
# * https://spdx.org/licenses
|
||
|
# */
|
||
|
|
||
|
obj-y += lowlevel_init.o clock.o cpu.o
|
||
|
|