diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-04-24 07:50:44 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-05-18 08:13:47 +0300 |
commit | 09e2a8be9bfb9c4269b55391081c9caeefeed86a (patch) | |
tree | d6dd0f7cc867d3aaa57b46a92a87020232b3c017 /drivers/gpu/drm/tdfx/Makefile | |
parent | 777c70c64f92c6600a9afb6985c2dd5737c36275 (diff) | |
download | linux-09e2a8be9bfb9c4269b55391081c9caeefeed86a.tar.xz |
drm/tdfx: 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-27-git-send-email-yamada.masahiro@socionext.com
Diffstat (limited to 'drivers/gpu/drm/tdfx/Makefile')
-rw-r--r-- | drivers/gpu/drm/tdfx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tdfx/Makefile b/drivers/gpu/drm/tdfx/Makefile index 0379f294b32a..74bd4ae32348 100644 --- a/drivers/gpu/drm/tdfx/Makefile +++ b/drivers/gpu/drm/tdfx/Makefile @@ -2,7 +2,6 @@ # Makefile for the drm device driver. This driver provides support for the # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. -ccflags-y := -Iinclude/drm tdfx-y := tdfx_drv.o obj-$(CONFIG_DRM_TDFX) += tdfx.o |