2008-10-21 09:06:31 -04:00
|
|
|
# arch/arm/plat-s3c/Makefile
|
|
|
|
#
|
|
|
|
# Copyright 2008 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
2008-10-07 17:26:09 -04:00
|
|
|
|
2008-10-21 09:06:31 -04:00
|
|
|
obj-y :=
|
|
|
|
obj-m :=
|
|
|
|
obj-n :=
|
|
|
|
obj- :=
|
|
|
|
|
|
|
|
# Core support for all Samsung SoCs
|
|
|
|
|
|
|
|
obj-y += init.o
|
2008-10-21 09:06:53 -04:00
|
|
|
obj-y += time.o
|
2008-10-21 09:06:55 -04:00
|
|
|
obj-y += clock.o
|
2008-10-31 12:14:28 -04:00
|
|
|
obj-y += pwm-clock.o
|
|
|
|
|
|
|
|
# devices
|
|
|
|
|
|
|
|
obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o
|