1d81eedb8f
Patch from Lennert Buytenhek Add an initial implementation of the clk_* API for the cirrus ep93xx to the tree. The initial implementation is somewhat minimal, with the intention of extending it as we go along. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
11 lines
178 B
Makefile
11 lines
178 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
obj-y := core.o clock.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_MACH_GESBC9312) += gesbc9312.o
|
|
obj-$(CONFIG_MACH_TS72XX) += ts72xx.o
|