Changed to use the proper ccflags-y option Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx> --- drivers/staging/dream/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/dream/Makefile b/drivers/staging/dream/Makefile index fbea0ab..87de1a5 100644 --- a/drivers/staging/dream/Makefile +++ b/drivers/staging/dream/Makefile @@ -1,4 +1,4 @@ -EXTRA_CFLAGS=-Idrivers/staging/dream/include +ccflags-y:=-Idrivers/staging/dream/include 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.3 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html