From: Masahiro Yamada Date: Mon, 24 Apr 2017 04:50:36 +0000 (+0900) Subject: drm/gma500: remove unneeded -Iinclude/drm compiler flag X-Git-Tag: v4.13-rc1~73^2~29^2~36 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e05de784bd68df2bdd1d31c212782838d579c40c;p=linux.git drm/gma500: 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 Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/1493009447-31524-19-git-send-email-yamada.masahiro@socionext.com --- diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile index 190e55f2f891..c1c8dc18aa53 100644 --- a/drivers/gpu/drm/gma500/Makefile +++ b/drivers/gpu/drm/gma500/Makefile @@ -1,7 +1,6 @@ # # KMS driver for the GMA500 # -ccflags-y += -I$(srctree)/include/drm gma500_gfx-y += \ accel_2d.o \