diff options
author | Lauri Leukkunen <lauri.leukkunen@nokia.com> | 2009-03-23 21:38:17 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 23:52:48 -0400 |
commit | ffe7f95bb1a4d1e9ca5d252445dc38476e1a208e (patch) | |
tree | 4375c6805fafea356d2dc31dfc4dbeee2c3500b1 /arch/arm/mach-omap2/Makefile | |
parent | 6fdc29e262f9a776a77f50ca9157f7c0dcfbbbc8 (diff) |
ARM OMAP3: Initial support for Nokia RX-51, v3
Adds board files and related headers for Nokia RX-51
Internet Tablet.
This patch has been updated with some clean-up patches
posted earlier to linux-omap list.
Signed-off-by: Lauri Leukkunen <lauri.leukkunen@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 809416dc6440..e08e482b89f5 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -41,6 +41,8 @@ obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o \ | |||
41 | obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ | 41 | obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ |
42 | mmc-twl4030.o | 42 | mmc-twl4030.o |
43 | 43 | ||
44 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ | ||
45 | board-rx51-peripherals.o \ | ||
44 | # Platform specific device init code | 46 | # Platform specific device init code |
45 | ifeq ($(CONFIG_USB_MUSB_SOC),y) | 47 | ifeq ($(CONFIG_USB_MUSB_SOC),y) |
46 | obj-y += usb-musb.o | 48 | obj-y += usb-musb.o |