gma500: fix -Wmissing-include-dirs warnings
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>
This commit is contained in:
parent
71ab1bee53
commit
4ad35b2e32
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue