The OMAP dspgateway driver causes build failures for non-OMAP machines. So make build of same depend on ARCH_OMAP=y. Signed-off-by: George G. Davis < diff --git a/drivers/Makefile b/drivers/Makefile index b10394e..a3833a3 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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/ - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html