2009-11-10 08:14:58 +08:00
|
|
|
# arch/arm/plat-s3c64xx/Makefile
|
|
|
|
#
|
|
|
|
# Copyright 2009 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
obj-y :=
|
|
|
|
obj-m :=
|
|
|
|
obj-n := dummy.o
|
|
|
|
obj- :=
|
|
|
|
|
2009-12-24 02:43:48 +08:00
|
|
|
# Objects we always build independent of SoC choice
|
|
|
|
|
|
|
|
obj-y += clock.o
|
|
|
|
|
2009-12-01 09:24:34 +08:00
|
|
|
obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o
|