diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-06 10:48:11 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-17 00:35:45 -0400 |
commit | f940b0272a7313176ed48696c397e55a9e4b4850 (patch) | |
tree | 63e85b57f049cedc72499f869ff39186d8fae39a /arch/arm/mach-mxs/Makefile | |
parent | 4a1e75b60fff66b668b06a18fea100adc5613f86 (diff) |
ARM: mxs: remove platform device codes
With all the board files removed, there is no user for those platform
device code. Remove them.
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index a7ace243cfcc..2480ce99c6c4 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile | |||
@@ -1,8 +1,6 @@ | |||
1 | # Common support | 1 | # Common support |
2 | obj-y := devices.o icoll.o iomux.o ocotp.o system.o timer.o mm.o | 2 | obj-y := icoll.o iomux.o ocotp.o system.o timer.o mm.o |
3 | 3 | ||
4 | obj-$(CONFIG_PM) += pm.o | 4 | obj-$(CONFIG_PM) += pm.o |
5 | 5 | ||
6 | obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o | 6 | obj-$(CONFIG_MACH_MXS_DT) += mach-mxs.o |
7 | |||
8 | obj-y += devices/ | ||