diff options
author | Dave Airlie <[email protected]> | 2010-09-17 13:18:42 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-09-17 15:29:31 +1000 |
commit | da96313afe3cff66d8ae0c9675a6299b3d7510f9 (patch) | |
tree | 439d3e7a85e600f5d5b0ea2645007ee82ab26837 /src/gallium/winsys/r600/drm/Makefile | |
parent | 189a59751352208cb0386131f9ad82256ec9bed9 (diff) |
r600g: add support for kernel bo
this moves to using a pb bufmgr instead of kernel bos directly.
Diffstat (limited to 'src/gallium/winsys/r600/drm/Makefile')
-rw-r--r-- | src/gallium/winsys/r600/drm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/r600/drm/Makefile b/src/gallium/winsys/r600/drm/Makefile index 86688a213c2..c81a075f1e8 100644 --- a/src/gallium/winsys/r600/drm/Makefile +++ b/src/gallium/winsys/r600/drm/Makefile @@ -14,7 +14,8 @@ C_SOURCES = \ radeon_pciid.c \ radeon.c \ r600_drm.c \ - radeon_ws_bo.c + radeon_ws_bo.c \ + radeon_bo_pb.c LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/r600 \ $(shell pkg-config libdrm --cflags-only-I) |