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)
commit3a97cddfe82b9e668d6fc7cd2e6ce7540ec06554
tree43e1ba4ed184dbe711aeeb570e575f7889b68211
parent188f9785cfc5b1dc306ef1ca36e4c8dd203ccf56
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>
drivers/staging/greybus/Makefile