diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-29 09:25:43 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-04 15:15:58 +0200 |
commit | d696e3f6585ddeb7bddbf0783b649fa669459a5c (patch) | |
tree | 42a08a0df82fa61f7e3764e42a5120af0d239bba /arch/arm/mach-mxs/Makefile | |
parent | ARM: mxs: rename debug-macro.S for multiplatform build (diff) | |
download | linux-d696e3f6585ddeb7bddbf0783b649fa669459a5c.tar.xz linux-d696e3f6585ddeb7bddbf0783b649fa669459a5c.zip |
ARM: mxs: enable multiplatform build
Remove files that are not needed by multiplatform build, and make
necessary changes on Kconfig to enable multiplatform build.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/Makefile')
-rw-r--r-- | arch/arm/mach-mxs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index 80db7269760e..cc2bf6748ade 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -1,2 +1,2 @@ obj-$(CONFIG_PM) += pm.o -obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o +obj-$(CONFIG_ARCH_MXS) += mach-mxs.o |