blob: 4d0299aef7ca5cc151e1bb21690a5771ae276cb4 [file] [log] [blame]
Ben Dooks74b265d2008-10-21 14:06:31 +01001# arch/arm/plat-s3c/Makefile
2#
3# Copyright 2008 Simtec Electronics
4#
5# Licensed under GPLv2
Ben Dooksa2b7ba92008-10-07 22:26:09 +01006
Ben Dooks74b265d2008-10-21 14:06:31 +01007obj-y :=
8obj-m :=
9obj-n :=
10obj- :=
11
12# Core support for all Samsung SoCs
13
14obj-y += init.o
Ben Dooksb915a122008-10-21 14:06:53 +010015obj-y += time.o
Ben Dooks93b45882008-10-21 14:06:55 +010016obj-y += clock.o
Ben Dooks5b323c72008-10-31 16:14:28 +000017obj-y += pwm-clock.o
Ben Dooks7db6c822008-10-31 16:14:31 +000018obj-y += gpio.o
Ben Dooks5b323c72008-10-31 16:14:28 +000019
20# devices
21
22obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o