mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
10 lines
208 B
Makefile
10 lines
208 B
Makefile
|
#/* SPDX-License-Identifier: GPL-2.0
|
||
|
# *
|
||
|
# * Copyright (C) 2018 Marvell International Ltd.
|
||
|
# *
|
||
|
# * https://spdx.org/licenses
|
||
|
# */
|
||
|
|
||
|
obj-y := board.o smc.o soc-utils.o
|
||
|
obj-$(CONFIG_OF_LIBFDT) += board-fdt.o
|