[ARM] S3C64XX: Clock support for S3C6400/S3C6410
[linux-2.6-block.git] / arch / arm / plat-s3c64xx / Makefile
CommitLineData
a08ab637
BD
1# arch/arm/plat-s3c64xx/Makefile
2#
3# Copyright 2008 Openmoko, Inc.
4# Copyright 2008 Simtec Electronics
5#
6# Licensed under GPLv2
7
8obj-y :=
9obj-m :=
10obj-n := dummy.o
11obj- :=
12
13# Core files
0241cbb9
BD
14
15obj-y += dev-uart.o
beda30f6 16obj-y += cpu.o
d9b79fb5 17obj-y += irq.o
4b31d8b2 18obj-y += clock.o
aa64ea3f
BD
19
20# CPU support
21
22obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
cf18acf0 23obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o