diff options
Diffstat (limited to 'roms/u-boot/board/Marvell/octeontx/Makefile')
-rw-r--r-- | roms/u-boot/board/Marvell/octeontx/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/Marvell/octeontx/Makefile b/roms/u-boot/board/Marvell/octeontx/Makefile new file mode 100644 index 000000000..fbe32ae00 --- /dev/null +++ b/roms/u-boot/board/Marvell/octeontx/Makefile @@ -0,0 +1,9 @@ +#/* +# * Copyright (C) 2018 Marvell International Ltd. +# * +# * SPDX-License-Identifier: GPL-2.0 +# * https://spdx.org/licenses +# */ + +obj-y := board.o smc.o soc-utils.o +obj-$(CONFIG_OF_LIBFDT) += board-fdt.o |