8ad68bbf7a
Support for RealView EB. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
6 lines
115 B
Makefile
6 lines
115 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := core.o clock.o
|
|
obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o
|