This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-12-14 06:24:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f88095ba07
linux
/
arch
/
arm
/
mach-zynq
/
Makefile
7 lines
84 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-21 01:47:27 +08:00
#
# Makefile for the linux kernel.
#
# Common support
ARM: zynq: remove incorrectly deleted file My previous commit left the file empty and present in the Makefile, which is a bit dirty and caused problems with 'make distclean', as pointed out by David Howells. This hopefully cleans it up the right way. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: David Howells <dhowells@redhat.com> Acked-by: John Linn <john.linn@xilinx.com>
2011-07-28 22:33:40 +08:00
obj-y
:=
common.o timer.o
Reference in New Issue
Copy Permalink