a62e90308f
The previous nuc932 support patches have been discarded by me and because it belongs to another SoCs series named nuc93x,at present, which included nuc931 and nuc932, I think it is better to create a new mach-nuc93x,So I made the patch,and request your advice.Thanks! Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
14 lines
239 B
Makefile
14 lines
239 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Object file lists.
|
|
|
|
obj-y := irq.o time.o dev.o cpu.o clock.o
|
|
# NUC932 CPU support files
|
|
|
|
obj-$(CONFIG_CPU_NUC932) += nuc932.o
|
|
|
|
# machine support
|
|
|
|
obj-$(CONFIG_MACH_NUC932EVB) += mach-nuc932evb.o
|