Skip to content

Commit

Permalink
drm/udl: remove unneeded -Iinclude/drm compiler flag
Browse files Browse the repository at this point in the history
With the include directives under include/drm/ fixed, this flag is
no longer needed.

Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
masahir0y authored and danvet committed May 18, 2017
1 parent 09e2a8b commit a284ea4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/udl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

ccflags-y := -Iinclude/drm

udl-y := udl_drv.o udl_modeset.o udl_connector.o udl_encoder.o udl_main.o udl_fb.o udl_transfer.o udl_gem.o udl_dmabuf.o

obj-$(CONFIG_DRM_UDL) := udl.o

0 comments on commit a284ea4

Please sign in to comment.