2010-02-22 11:13:02 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2009
|
|
|
|
# Marvell Semiconductor <www.marvell.com>
|
|
|
|
# Prafulla Wadaskar <prafulla@marvell.com>
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2010-02-22 11:13:02 +00:00
|
|
|
#
|
|
|
|
|
2010-03-01 14:58:18 +00:00
|
|
|
ifneq ($(OBJTREE),$(SRCTREE))
|
|
|
|
$(shell mkdir -p $(obj)../common)
|
|
|
|
endif
|
2010-02-22 11:13:02 +00:00
|
|
|
|
2013-10-21 02:53:37 +00:00
|
|
|
obj-y := km_arm.o ../common/common.o ../common/ivm.o
|
2010-02-22 11:13:02 +00:00
|
|
|
|
2012-07-05 05:05:05 +00:00
|
|
|
ifdef CONFIG_KM_FPGA_CONFIG
|
2013-10-21 02:53:37 +00:00
|
|
|
obj-y += fpga_config.o
|
2012-07-05 05:05:05 +00:00
|
|
|
endif
|