From: Pavel Machek Date: Sat, 13 Mar 2010 11:17:59 +0000 (+0100) Subject: Staging: dream: fix gpio_input compilation X-Git-Tag: v4.13~18971^2^2~505 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b9e2af544d4fe1a74006a68c744fbdaea13f1665;p=mirror_ubuntu-bionic-kernel.git Staging: dream: fix gpio_input compilation gpio_* drivers still need drivers in staging. Yes, that will need to be fixed, but at least fix compilation for now. Signed-off-by: Pavel Machek Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dream/Makefile b/drivers/staging/dream/Makefile index 2b7915197078..43d1eec8e257 100644 --- a/drivers/staging/dream/Makefile +++ b/drivers/staging/dream/Makefile @@ -1,3 +1,4 @@ +EXTRA_CFLAGS=-Idrivers/staging/dream/include obj-$(CONFIG_MSM_ADSP) += qdsp5/ smd/ obj-$(CONFIG_MSM_CAMERA) += camera/ obj-$(CONFIG_INPUT_GPIO) += gpio_axis.o gpio_event.o gpio_input.o gpio_matrix.o gpio_output.o