Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/savage: remove unneeded -Iinclude/drm compiler flag

With the include directives under include/drm/ fixed, this flag is
no longer needed.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-25-git-send-email-yamada.masahiro@socionext.com

authored by

Masahiro Yamada and committed by
Daniel Vetter
17d63f40 fcc5a022

-1
-1
drivers/gpu/drm/savage/Makefile
··· 2 2 # Makefile for the drm device driver. This driver provides support for the 3 3 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 4 4 5 - ccflags-y = -Iinclude/drm 6 5 savage-y := savage_drv.o savage_bci.o savage_state.o 7 6 8 7 obj-$(CONFIG_DRM_SAVAGE)+= savage.o