Commit ecb0a7a9 authored by George G. Davis's avatar George G. Davis Committed by Tony Lindgren

Make OMAP dspgateway driver play nice with others

The OMAP dspgateway driver causes build failures for non-OMAP machines.
So make build of same depend on ARCH_OMAP=y.
Signed-off-by: default avatarGeorge G. Davis <gdavis@mvista.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f730397f
......@@ -35,7 +35,7 @@ obj-$(CONFIG_PARPORT) += parport/
obj-y += base/ block/ misc/ mfd/ net/ media/ cbus/
obj-$(CONFIG_I2C) += i2c/
obj-y += cbus/
obj-y += dsp/dspgateway/
obj-$(CONFIG_ARCH_OMAP) += dsp/dspgateway/
obj-$(CONFIG_NUBUS) += nubus/
obj-$(CONFIG_ATM) += atm/
obj-y += macintosh/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment