diff options
author | Kukjin Kim <kgene@kernel.org> | 2015-07-29 18:48:17 +0200 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-07-29 18:49:00 +0200 |
commit | b93b315d444faa1505b6a5e001c30f3024849e46 (patch) | |
tree | 5efba5339bc43618284e2d733d95acd4caa071e1 /arch/arm/mach-exynos/Makefile | |
parent | ARM: SAMSUNG: make local dev-backlight in mach-s3c64xx (diff) | |
download | linux-b93b315d444faa1505b6a5e001c30f3024849e46.tar.xz linux-b93b315d444faa1505b6a5e001c30f3024849e46.zip |
ARM: SAMSUNG: make local s5p-dev-mfc in mach-exynos
This patch moves s5p-dev-mfc from plat-samsung into mach-exynos
because it is used for only exynos no other platforms.
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/mach-exynos/Makefile')
-rw-r--r-- | arch/arm/mach-exynos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Makefile b/arch/arm/mach-exynos/Makefile index bcefb5473ee4..2f306767cdfe 100644 --- a/arch/arm/mach-exynos/Makefile +++ b/arch/arm/mach-exynos/Makefile @@ -23,3 +23,5 @@ AFLAGS_sleep.o :=-Wa,-march=armv7-a$(plus_sec) obj-$(CONFIG_EXYNOS5420_MCPM) += mcpm-exynos.o CFLAGS_mcpm-exynos.o += -march=armv7-a + +obj-$(CONFIG_S5P_DEV_MFC) += s5p-dev-mfc.o |