1
0
Fork 0

drm/vgem: 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-29-git-send-email-yamada.masahiro@socionext.com
hifive-unleashed-5.1
Masahiro Yamada 2017-04-24 13:50:46 +09:00 committed by Daniel Vetter
parent a284ea45a5
commit 3c147953f6
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
ccflags-y := -Iinclude/drm
vgem-y := vgem_drv.o vgem_fence.o
obj-$(CONFIG_DRM_VGEM) += vgem.o