#
# Makefile for the linux kernel.
#

obj-y   := dma.o pinmux.o io.o arbiter.o
obj-$(CONFIG_CPU_FREQ)   += cpufreq.o

clean:

