mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
a64ae394eb
All the special stuff (like registering input device and so on) for the U300 MMC is now done away with. We don't need these special MMC setup kludges, merge this into core.c and be done with it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
15 lines
346 B
Makefile
15 lines
346 B
Makefile
#
|
|
# Makefile for the linux kernel, U300 machine.
|
|
#
|
|
|
|
obj-y := core.o clock.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
|