7ae1f7ec52
Introduce the arch/arm/plat-iop directory, for code shared between the iop32x and iop33x, and move the common memory map setup bits there. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
11 lines
206 B
Makefile
11 lines
206 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := common.o setup.o irq.o pci.o time.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|
|
|
|
obj-$(CONFIG_ARCH_IQ80331) += iq80331-pci.o
|
|
obj-$(CONFIG_MACH_IQ80332) += iq80332-pci.o
|