Patch from Bellido Nicolas
Here is a preliminary clock interface support for the AAEC-2000.
Signed-off-by: Nicolas Bellido Signed-off-by: Russell King
# # Makefile for the linux kernel. # # Common support (must be linked before board specific support) obj-y += core.o clock.o # Specific board support obj-$(CONFIG_MACH_AAED2000) += aaed2000.o