diff options
author | Jakob Bornecrantz <[email protected]> | 2010-06-01 04:06:52 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-06-06 12:29:29 +0100 |
commit | c1a19689b83a9569b30ba43c168fdca328cb9f2e (patch) | |
tree | 13b0c2e3f360a6f911fb5154b2db70fea9016e15 /src/gallium/targets/xorg-i965/Makefile | |
parent | e72b15aa47c24b920c708e1dc47f69a070d50d51 (diff) |
gallium: Make all drm drivers use the new drm compat helper
Diffstat (limited to 'src/gallium/targets/xorg-i965/Makefile')
-rw-r--r-- | src/gallium/targets/xorg-i965/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-i965/Makefile b/src/gallium/targets/xorg-i965/Makefile index 2b0c7d6fdf6..b23a2deab99 100644 --- a/src/gallium/targets/xorg-i965/Makefile +++ b/src/gallium/targets/xorg-i965/Makefile @@ -4,6 +4,7 @@ include $(TOP)/configs/current LIBNAME = i965g_drv.so C_SOURCES = \ + intel_target.c \ intel_xorg.c DRIVER_DEFINES = \ |