mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
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:
committed by
Greg Kroah-Hartman
parent
188f9785cf
commit
3a97cddfe8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user