Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[deliverable/linux.git] / arch / arm / mach-s5p64x0 / Makefile
CommitLineData
49b7a491
KK
1# arch/arm/mach-s5p64x0/Makefile
2#
3# Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
4# http://www.samsung.com
5#
6# Licensed under GPLv2
7
8obj-y :=
9obj-m :=
10obj-n :=
11obj- :=
12
95af214b 13# Core
49b7a491 14
95af214b 15obj-y += common.o clock.o
f50266d3 16obj-$(CONFIG_CPU_S5P6440) += clock-s5p6440.o
49b7a491 17obj-$(CONFIG_CPU_S5P6450) += clock-s5p6450.o
95af214b 18
6b6844dd 19obj-$(CONFIG_PM) += pm.o irq-pm.o
49b7a491 20
95af214b
KK
21obj-y += dma.o
22
49b7a491
KK
23# machine support
24
25obj-$(CONFIG_MACH_SMDK6440) += mach-smdk6440.o
26obj-$(CONFIG_MACH_SMDK6450) += mach-smdk6450.o
27
28# device support
29
30obj-y += dev-audio.o
49b7a491 31
95af214b 32obj-y += setup-i2c0.o
49b7a491 33obj-$(CONFIG_S5P64X0_SETUP_I2C1) += setup-i2c1.o
c9f357ef 34obj-$(CONFIG_S5P64X0_SETUP_FB_24BPP) += setup-fb-24bpp.o
25dada97 35obj-$(CONFIG_S5P64X0_SETUP_SPI) += setup-spi.o
ebc433c2 36obj-$(CONFIG_S5P64X0_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
This page took 0.405459 seconds and 5 git commands to generate.