Makefile 172 Bytes
#
# Makefile for the linux kernel.
#
#

# Common objects
obj-y 			:= time.o irq.o serial.o io.o id.o psc.o

# Board specific
obj-$(CONFIG_MACH_DAVINCI_EVM)  += board-evm.o