Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1643798

[PATCH v3 05/16] drm/i810: remove unneeded -Iinclude/drm compiler flag

From Masahiro Yamada <yamada.masahiro@socionext.com>
Newsgroups linux.kernel
Subject [PATCH v3 05/16] drm/i810: remove unneeded -Iinclude/drm compiler flag
Date 2017-05-18 06:40 +0200
Message-ID <tIloe-4Qv-19@gated-at.bofh.it> (permalink)
References <tIlod-4Qv-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Changes in v3: None

 drivers/gpu/drm/i810/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/i810/Makefile b/drivers/gpu/drm/i810/Makefile
index 43844ec..639f859 100644
--- a/drivers/gpu/drm/i810/Makefile
+++ b/drivers/gpu/drm/i810/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
 i810-y := i810_drv.o i810_dma.o
 
 obj-$(CONFIG_DRM_I810)	+= i810.o
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 00/16] gpu/drm: remove -Iinclude/drm compiler flags from Makefile Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 05/16] drm/i810: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 02/16] drm/virtio: fix include notation and remove -Iinclude/drm flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 12/16] drm/stm: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
    Re: [PATCH v3 12/16] drm/stm: remove unneeded -Iinclude/drm compiler  flag Daniel Vetter <daniel@ffwll.ch> - 2017-05-22 09:40 +0200
      Re: [PATCH v3 12/16] drm/stm: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-22 09:50 +0200
  [PATCH v3 11/16] drm/sis: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 01/16] drm/vc4: fix include notation and remove -Iinclude/drm flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 06/16] drm/i2c: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
    Re: [PATCH v3 06/16] drm/i2c: remove unneeded -Iinclude/drm compiler  flag Archit Taneja <architt@codeaurora.org> - 2017-05-18 07:30 +0200
  [PATCH v3 15/16] drm/vgem: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 10/16] drm/savage: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 03/16] drm/vmwgfx: fix include notation and remove -Iinclude/drm flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 08/16] drm/omap: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200
  [PATCH v3 07/16] drm/mga: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-05-18 06:40 +0200

csiph-web