Makefile 208 B

123456789
  1. #/* SPDX-License-Identifier: GPL-2.0
  2. # *
  3. # * Copyright (C) 2018 Marvell International Ltd.
  4. # *
  5. # * https://spdx.org/licenses
  6. # */
  7. obj-y := board.o smc.o soc-utils.o
  8. obj-$(CONFIG_OF_LIBFDT) += board-fdt.o