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 <perry@leaflabs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Perry Hung 2015-07-03 00:27:12 -04:00 committed by Greg Kroah-Hartman
parent 188f9785cf
commit 3a97cddfe8
1 changed files with 1 additions and 1 deletions

View 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