MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / arch / arm / mach-s3c24a0 / Makefile
blobd6f5f264386ea57f3f6c4d0b703af74d0abb1624
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
12 obj-y :=
13 obj-m := registers.o
14 obj-n :=
15 obj- :=
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
26 # LEDs support
27 leds-y := leds.o
28 leds-$(CONFIG_ARCH_SMDK24A0) += leds-smdk.o
29 obj-$(CONFIG_LEDS) += $(leds-y)