forked from Minki/linux
bb3cee2b35
This adds core support for the ST-Ericsson U300 series platforms: U300, U330, U335 and U365. Supports memory mappings, interrupt controller, system timer (clocksource and clockevents), and binds to the existing drivers for the PrimeCells used in this design: PL190 (VIC), PL180 (MMC/SD host) and PL011 (UART). This is intented to serve as starting point for our mainling work, more patches to follow. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 lines
218 B
Makefile
12 lines
218 B
Makefile
#
|
|
# Makefile for the linux kernel, U300 machine.
|
|
#
|
|
|
|
obj-y := core.o clock.o timer.o gpio.o padmux.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_ARCH_U300) += u300.o
|
|
obj-$(CONFIG_MMC) += mmc.o
|