mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
234323ba4f
This gets rid of the separate u300.c file in mach-u300 since it can just as well live right in core.c, then we also get rid of the broadcasted <mach/platform.h> file that is not helping anyone. Put the interface to the system timer into a separate header. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
14 lines
294 B
Makefile
14 lines
294 B
Makefile
#
|
|
# Makefile for the linux kernel, U300 machine.
|
|
#
|
|
|
|
obj-y := core.o timer.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
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
|