2 # Makefile for the linux kernel.
3 # Copyright (C) 2005, Hyok S. Choi
5 # Note! Dependencies are done automagically by 'make dep', which also
6 # removes any old dependencies. DON'T put your own dependencies here
7 # unless it's something special (ie not a .c file).
9 USE_STANDARD_AS_RULE
:= true
17 # for MMU enabled kernel, needs mapping codes
18 obj-
$(CONFIG_MMU
) += generic.o
20 # Common support (must be linked before board specific support)
21 obj-y
+= irq.o clocks.o time.o
23 # Specific board support
24 obj-
$(CONFIG_ARCH_SMDK24A0
) += smdk.o
28 leds-
$(CONFIG_ARCH_SMDK24A0
) += leds-smdk.o
29 obj-
$(CONFIG_LEDS
) += $(leds-y
)