2014-10-22 10:13:05 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2009
|
|
|
|
# Marvell Semiconductor <www.marvell.com>
|
|
|
|
# Written-by: Prafulla Wadaskar <prafulla@marvell.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-y = dram.o
|
2014-10-22 10:13:11 +00:00
|
|
|
obj-y += gpio.o
|
2014-10-22 10:13:09 +00:00
|
|
|
obj-$(CONFIG_ARMADA_XP) += mbus.o
|
2014-10-22 10:13:05 +00:00
|
|
|
obj-y += timer.o
|
2015-01-19 10:33:41 +00:00
|
|
|
|
|
|
|
obj-y += serdes/
|