ifeq ($(CONFIG_ARCH_EXYNOS3),y)
	obj-$(CONFIG_CLK_MON)	+= clk_mon_exynos3.o
else
	obj-$(CONFIG_CLK_MON)	+= clk_mon_exynos4.o
endif
