glamor-ddx: Rename glamor.c to glamor_ddx.c.
As glamor's dix module already has a glamor.c, rename this glamor.c to other name to avoid file name conflict which may confuse gdb. Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
parent
101b69dddf
commit
284328a6be
|
@ -20,7 +20,7 @@ glamor_la_LDFLAGS = -module -avoid-version \
|
||||||
|
|
||||||
glamor_ladir = $(moduledir)/drivers
|
glamor_ladir = $(moduledir)/drivers
|
||||||
glamor_la_SOURCES = \
|
glamor_la_SOURCES = \
|
||||||
glamor.c \
|
glamor_ddx.c \
|
||||||
glamor_crtc.c \
|
glamor_crtc.c \
|
||||||
glamor_ddx.h
|
glamor_ddx.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue