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