Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1643807
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 08/16] drm/omap: remove unneeded -Iinclude/drm compiler flag |
| Date | 2017-05-18 06:40 +0200 |
| Message-ID | <tIlod-4Qv-17@gated-at.bofh.it> (permalink) |
| References | <tIlod-4Qv-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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/omapdrm/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/omapdrm/Makefile b/drivers/gpu/drm/omapdrm/Makefile index 48b7b75..b391be7 100644 --- a/drivers/gpu/drm/omapdrm/Makefile +++ b/drivers/gpu/drm/omapdrm/Makefile @@ -6,7 +6,6 @@ obj-y += dss/ obj-y += displays/ -ccflags-y := -Iinclude/drm omapdrm-y := omap_drv.o \ omap_irq.o \ omap_debugfs.o \ -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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