Skip to content

Commit

Permalink
gma500: fix -Wmissing-include-dirs warnings
Browse files Browse the repository at this point in the history
cc1: warning: include/drm: No such file or directory [enabled by default]

It's reproducible if you build with O=/some/obj/dir and W=1.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Kirill A. Shutemov authored and Dave Airlie committed May 7, 2012
1 parent 71ab1be commit 4ad35b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/gma500/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# KMS driver for the GMA500
#
ccflags-y += -Iinclude/drm
ccflags-y += -I$(srctree)/include/drm

gma500_gfx-y += gem_glue.o \
accel_2d.o \
Expand Down

0 comments on commit 4ad35b2

Please sign in to comment.