blob: 777564c90a12660714d74f4a69faf20d1bc75e1a [file] [log] [blame]
Vitaly Wool78818e42006-05-16 11:54:37 +01001#
2# Makefile for the linux kernel.
3#
4
Vitaly Wool41561f22006-12-10 21:21:29 +01005obj-y := core.o irq.o time.o clock.o gpio.o serial.o dma.o i2c.o
Vitaly Wool78818e42006-05-16 11:54:37 +01006obj-m :=
7obj-n :=
8obj- :=
9
10# Power Management
11obj-$(CONFIG_PM) += pm.o sleep.o
12