diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-01-14 10:11:23 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-21 05:36:49 -0500 |
commit | 67f43086a24b77a82724855141a5b7a4d72549bd (patch) | |
tree | b859152193a7ff7f9e568cbab2c835a4b9c5237d /arch/arm/mach-mxs/Makefile | |
parent | bb58b3e8b18c542f30f898fff82f7ce58a4bdf7a (diff) |
ARM: mxs: add ocotp read function
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/Makefile')
-rw-r--r-- | arch/arm/mach-mxs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index 39d3f9c2a841..df501a8340f2 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile | |||
@@ -1,6 +1,8 @@ | |||
1 | # Common support | 1 | # Common support |
2 | obj-y := clock.o devices.o gpio.o icoll.o iomux.o system.o timer.o | 2 | obj-y := clock.o devices.o gpio.o icoll.o iomux.o system.o timer.o |
3 | 3 | ||
4 | obj-$(CONFIG_MXS_OCOTP) += ocotp.o | ||
5 | |||
4 | obj-$(CONFIG_SOC_IMX23) += clock-mx23.o mm-mx23.o | 6 | obj-$(CONFIG_SOC_IMX23) += clock-mx23.o mm-mx23.o |
5 | obj-$(CONFIG_SOC_IMX28) += clock-mx28.o mm-mx28.o | 7 | obj-$(CONFIG_SOC_IMX28) += clock-mx28.o mm-mx28.o |
6 | 8 | ||