OSDN Git Service

greybus: makefile: fix unused cflags
authorPerry Hung <perry@leaflabs.com>
Fri, 3 Jul 2015 04:27:12 +0000 (00:27 -0400)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 6 Jul 2015 01:04:52 +0000 (18:04 -0700)
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 <perry@leaflabs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/Makefile

index 4f66ff3..163cd13 100644 (file)
@@ -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