diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-28 12:44:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-28 12:44:56 -0400 |
commit | e4c5bf8e3dca827a1b3a6fac494eae8c74b7e1e7 (patch) | |
tree | ea51b391f7d74ca695dcb9f5e46eb02688a92ed9 /arch/arm/mach-omap2/Makefile | |
parent | 81280572ca6f54009edfa4deee563e8678784218 (diff) | |
parent | a4ac0d847af9dd34d5953a5e264400326144b6b2 (diff) |
Merge 'staging-next' to Linus's tree
This merges the staging-next tree to Linus's tree and resolves
some conflicts that were present due to changes in other trees that were
affected by files here.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 7352412e4917..60e51bcf53bd 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -108,6 +108,10 @@ obj-y += $(iommu-m) $(iommu-y) | |||
108 | i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o | 108 | i2c-omap-$(CONFIG_I2C_OMAP) := i2c.o |
109 | obj-y += $(i2c-omap-m) $(i2c-omap-y) | 109 | obj-y += $(i2c-omap-m) $(i2c-omap-y) |
110 | 110 | ||
111 | ifneq ($(CONFIG_TIDSPBRIDGE),) | ||
112 | obj-y += dsp.o | ||
113 | endif | ||
114 | |||
111 | # Specific board support | 115 | # Specific board support |
112 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o | 116 | obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o |
113 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o | 117 | obj-$(CONFIG_MACH_OMAP_H4) += board-h4.o |