summaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynq/Makefile
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-03-27 11:37:53 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2013-04-04 07:22:29 (GMT)
commit64b889b39e9958fdcfe5e9b7aa1ac0ffca3fc9a2 (patch)
tree6f622eb95cc4f27e57b2f84487247248675da7bf /arch/arm/mach-zynq/Makefile
parent732078c369f0b6ad9fe75c1faff721e91260bc5d (diff)
downloadlinux-fsl-qoriq-64b889b39e9958fdcfe5e9b7aa1ac0ffca3fc9a2.tar.xz
arm: zynq: Move slcr initialization to separate file
Create separate slcr driver instead of polluting common code. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/mach-zynq/Makefile')
-rw-r--r--arch/arm/mach-zynq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/Makefile b/arch/arm/mach-zynq/Makefile
index 320faed..13ee09b 100644
--- a/arch/arm/mach-zynq/Makefile
+++ b/arch/arm/mach-zynq/Makefile
@@ -3,4 +3,4 @@
#
# Common support
-obj-y := common.o
+obj-y := common.o slcr.o