ARM: SAMSUNG: move driver strength gpio configuration helper to common dir
[linux-2.6.git] / arch / arm / plat-s5pc1xx / Makefile
blob66a8f3eb70716ff089aec3633c2e82b9474e6bee
1 # arch/arm/plat-s5pc1xx/Makefile
3 # Copyright 2009 Samsung Electronics Co.
5 # Licensed under GPLv2
7 obj-y :=
8 obj-m :=
9 obj-n := dummy.o
10 obj- :=
12 # Core files
14 obj-y += dev-uart.o
15 obj-y += cpu.o
16 obj-y += irq.o irq-gpio.o irq-eint.o
17 obj-y += clock.o
18 obj-y += gpiolib.o
20 # CPU support
22 obj-$(CONFIG_CPU_S5PC100_INIT) += s5pc100-init.o
23 obj-$(CONFIG_CPU_S5PC100_CLOCK) += s5pc100-clock.o
25 # Device setup
27 obj-$(CONFIG_S5PC1XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
28 obj-$(CONFIG_S5PC1XX_SETUP_I2C0) += setup-i2c0.o
29 obj-$(CONFIG_S5PC1XX_SETUP_I2C1) += setup-i2c1.o
30 obj-$(CONFIG_S5PC1XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o