9 lines
173 B
Makefile
9 lines
173 B
Makefile
#/* SPDX-License-Identifier: GPL-2.0
|
|
# *
|
|
# * Copyright (C) 2018 Marvell International Ltd.
|
|
# *
|
|
# * https://spdx.org/licenses
|
|
# */
|
|
|
|
obj-y += lowlevel_init.o clock.o cpu.o
|