diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-07-05 04:02:52 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:52 -0400 |
commit | ce8ffef0bfd6e55d5da3923d8e9af27c3b5c4eff (patch) | |
tree | e8b8fe408418ebd90fd6608ec26df7a12ac6e3c6 /arch/arm/mach-mx3/Makefile | |
parent | 1b53218bfa4c0e17fc16ff7fadb85b82bbd3c77c (diff) |
MX31: add basic pcm037 board support
This patch adds basic board support for phytecs pmc037 board.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Makefile')
-rw-r--r-- | arch/arm/mach-mx3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile index 562c75d2e379..b09ca608349c 100644 --- a/arch/arm/mach-mx3/Makefile +++ b/arch/arm/mach-mx3/Makefile | |||
@@ -6,3 +6,4 @@ | |||
6 | 6 | ||
7 | obj-y := mm.o clock.o devices.o iomux.o | 7 | obj-y := mm.o clock.o devices.o iomux.o |
8 | obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o | 8 | obj-$(CONFIG_MACH_MX31ADS) += mx31ads.o |
9 | obj-$(CONFIG_MACH_PCM037) += pcm037.o | ||