From: Perry Hung Date: Fri, 3 Jul 2015 04:27:12 +0000 (-0400) Subject: greybus: makefile: fix unused cflags X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1415 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3a97cddfe82b9e668d6fc7cd2e6ce7540ec06554;p=karo-tx-linux.git greybus: makefile: fix unused cflags The ccflags variable was spelled wrong, so no extra compilation flags could be specified. The proper flag is 'ccflags-y.' Signed-off-by: Perry Hung Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index 4f66ff3a9713..163cd13e7545 100644 --- a/drivers/staging/greybus/Makefile +++ b/drivers/staging/greybus/Makefile @@ -66,7 +66,7 @@ $(foreach opt,$(CONFIG_OPTIONS_DISABLE),$(if $(filter m y, $(CONFIG_$(opt))), \ endif # add -Wall to try to catch everything we can. -ccFlags-y := -Wall +ccflags-y := -Wall all: module