]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/plat-s3c/Makefile
3f6544a95fe8c2817c4500fd81cb76d2ccd6a8d3
[karo-tx-linux.git] / arch / arm / plat-s3c / Makefile
1 # arch/arm/plat-s3c/Makefile
2 #
3 # Copyright 2008 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 obj-y                           :=
8 obj-m                           :=
9 obj-n                           :=
10 obj-                            :=
11
12 # Core support for all Samsung SoCs
13
14 obj-y                           +=  init.o
15 obj-y                           += time.o
16 obj-y                           += clock.o
17 obj-y                           += pwm-clock.o
18 obj-y                           += gpio.o
19 obj-y                           += gpio-config.o
20
21 # devices
22
23 obj-$(CONFIG_S3C_DEV_HSMMC)     += dev-hsmmc.o
24 obj-$(CONFIG_S3C_DEV_HSMMC1)    += dev-hsmmc1.o