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


Groups > linux.kernel > #1627261 > unrolled thread

[PATCH 21/28] drm/omap: remove unneeded -Iinclude/drm compiler flag

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-04-20 12:00 +0200
Last post2017-04-20 12:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 21/28] drm/omap: remove unneeded -Iinclude/drm compiler flag Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-20 12:00 +0200

#1627261 — [PATCH 21/28] drm/omap: remove unneeded -Iinclude/drm compiler flag

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-04-20 12:00 +0200
Subject[PATCH 21/28] drm/omap: remove unneeded -Iinclude/drm compiler flag
Message-ID<tyh2y-7kt-33@gated-at.bofh.it>
With the include directives under include/drm/ fixed, this flag is
no longer needed.

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

 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web