Prev: [PATCH -next] IR: add header file to fix build
Next: Sparse warning: "initializer entry defined twice"
From: Daniel Walker on 6 May 2010 19:50 Not sure about this one.. Cause if you apply this then some SMD files don't compile anymore. There's some missing config options related to AMSS. NOT-Signed-off-by: Daniel Walker <dwalker(a)codeaurora.org> CC: Greg KH <greg(a)kroah.com> Cc: Pavel Machek <pavel(a)ucw.cz> --- drivers/staging/dream/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/staging/dream/Makefile b/drivers/staging/dream/Makefile index 43d1eec..414a967 100644 --- a/drivers/staging/dream/Makefile +++ b/drivers/staging/dream/Makefile @@ -1,5 +1,6 @@ EXTRA_CFLAGS=-Idrivers/staging/dream/include -obj-$(CONFIG_MSM_ADSP) += qdsp5/ smd/ +obj-$(CONFIG_MSM_SMD) += smd/ +obj-$(CONFIG_MSM_ADSP) += qdsp5/ obj-$(CONFIG_MSM_CAMERA) += camera/ obj-$(CONFIG_INPUT_GPIO) += gpio_axis.o gpio_event.o gpio_input.o gpio_matrix.o gpio_output.o -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |