forked from Minki/linux
50667d6308
This converts the U300 clock implementation over to use the common struct clk and moves the implementation down into drivers/clk. Since VCO isn't used in tree it was removed, it's not hard to put it back in if need be. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> [mturquette@linaro.org: trivial Makefile conflict] Signed-off-by: Mike Turquette <mturquette@linaro.org>
15 lines
338 B
Makefile
15 lines
338 B
Makefile
#
|
|
# Makefile for the linux kernel, U300 machine.
|
|
#
|
|
|
|
obj-y := core.o timer.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_ARCH_U300) += u300.o
|
|
obj-$(CONFIG_SPI_PL022) += spi.o
|
|
obj-$(CONFIG_MACH_U300_SPIDUMMY) += dummyspichip.o
|
|
obj-$(CONFIG_I2C_STU300) += i2c.o
|
|
obj-$(CONFIG_REGULATOR_AB3100) += regulator.o
|