Makefile 256 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2009
  4. # Marvell Semiconductor <www.marvell.com>
  5. # Prafulla Wadaskar <prafulla@marvell.com>
  6. obj-y := km_arm.o ../common/common.o ../common/ivm.o
  7. ifdef CONFIG_KM_FPGA_CONFIG
  8. obj-y += fpga_config.o
  9. endif