]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drivers: staging: rtl8188eu: use 'ccflags-y' instead of EXTRA_CFLAGS in Makefile
authorChen Gang <gang.chen@asianux.com>
Thu, 24 Oct 2013 01:55:17 +0000 (09:55 +0800)
committerJiri Slaby <jslaby@suse.cz>
Tue, 9 Jun 2015 10:13:58 +0000 (12:13 +0200)
commitdba21826fae5822a8cc09e041d47f3adf96eab04
tree489a779ca2d277c2a2465ae416f25def96cab066
parentd5b7aee1b3f1a0263b2c9266ecf08b5293e13139
drivers: staging: rtl8188eu: use 'ccflags-y' instead of EXTRA_CFLAGS in Makefile

commit 97b0b6ca4c0f0f964d3c6918301ca45353ef8bc5 upstream.

If command line use EXTRA_CFLAGS (e.g. "EXTRA_CFLAGS=-mmedium-calls"
for arc architecture, with allmodconfig), it can not pass compiling,
the related error:

  drivers/staging/rtl8188eu/core/rtw_ap.c:22:27: fatal error: osdep_service.h: No such file or directory

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/staging/rtl8188eu/Makefile