swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: cb655d0f3d57c23db51b981648e452988c0223f9 authored by Linus Torvalds on 06 October 2010, 20:39:52 UTC
Linux 2.6.36-rc7
Tip revision: cb655d0
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
back to top