Raw File
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y			:= mm.o time.o
obj-$(CONFIG_MACH_MX31ADS)	+= mx31ads.o
back to top