Skip to content

Commit

Permalink
ARM: EXYNOS: replace clock.c for other new EXYNOS SoCs
Browse files Browse the repository at this point in the history
This patch changes the name of clock.c to clock-exynos4.c for other
EXYNOS series such as EXYNOS5. And since the header file of clock
is used only in arch/arm/mach-exynos, moves it in the local directory.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Mar 11, 2012
1 parent c15a043 commit ce9c00e
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 91 deletions.
3 changes: 2 additions & 1 deletion arch/arm/mach-exynos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ obj- :=

# Core

obj-$(CONFIG_ARCH_EXYNOS4) += common.o clock.o
obj-$(CONFIG_ARCH_EXYNOS) += common.o
obj-$(CONFIG_ARCH_EXYNOS4) += clock-exynos4.o
obj-$(CONFIG_CPU_EXYNOS4210) += clock-exynos4210.o
obj-$(CONFIG_SOC_EXYNOS4212) += clock-exynos4212.o

Expand Down
Loading

0 comments on commit ce9c00e

Please sign in to comment.