This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
forked from
Minki/linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
64b889b39e
linux
/
arch
/
arm
/
mach-zynq
/
Makefile
7 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: Xilinx: Adding Xilinx board support The 1st board support is minimal to get a system up and running on the Xilinx platform. This platform reuses the clock implementation from plat-versatile, and it depends entirely on CONFIG_OF support. There is only one board support file which obtains all device information from a device tree dtb file which is passed to the kernel at boot time. Signed-off-by: John Linn <john.linn@xilinx.com>
2011-06-20 17:47:27 +00:00
#
# Makefile for the linux kernel.
#
# Common support
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>
2013-03-27 11:37:53 +00:00
obj-y
:=
common.o slcr.o
Reference in New Issue
Copy Permalink