blob: d366e0891988ad24cbc378c83c0bf8100414df05 [file] [log] [blame]
Jesper Nilsson035e1112007-11-29 17:11:23 +01001#
2# Makefile for the linux kernel.
3#
4
5obj-y := dma.o pinmux.o io.o arbiter.o
Jesper Nilsson035e1112007-11-29 17:11:23 +01006obj-$(CONFIG_CPU_FREQ) += cpufreq.o
7
8clean:
9