diff options
Diffstat (limited to 'roms/u-boot/board/Marvell/octeontx2/Makefile')
-rw-r--r-- | roms/u-boot/board/Marvell/octeontx2/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/Marvell/octeontx2/Makefile b/roms/u-boot/board/Marvell/octeontx2/Makefile new file mode 100644 index 000000000..1f763b197 --- /dev/null +++ b/roms/u-boot/board/Marvell/octeontx2/Makefile @@ -0,0 +1,9 @@ +#/* 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 |