mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
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>
8 lines
89 B
Makefile
8 lines
89 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := setup.o
|
|
obj-m :=
|
|
obj-n :=
|
|
obj- :=
|