diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2009-05-08 09:11:17 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2009-05-08 09:33:02 +1000 |
commit | 9e02fa45320c724c69839dae5aaa47034eae5125 (patch) | |
tree | 9b5555556d4d8d07ad4ece621b70ac7e5d2b54ec /src/gallium/winsys/drm/nouveau/dri/Makefile | |
parent | b7f2b7e93609836260ca7eef635776073b8f7069 (diff) |
nouveau: remove dri1 code now we're using the dri state tracker
Diffstat (limited to 'src/gallium/winsys/drm/nouveau/dri/Makefile')
-rw-r--r-- | src/gallium/winsys/drm/nouveau/dri/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/gallium/winsys/drm/nouveau/dri/Makefile b/src/gallium/winsys/drm/nouveau/dri/Makefile index f7db6201fe..024ab150cb 100644 --- a/src/gallium/winsys/drm/nouveau/dri/Makefile +++ b/src/gallium/winsys/drm/nouveau/dri/Makefile @@ -3,9 +3,8 @@ include $(TOP)/configs/current LIBNAME = nouveau_dri.so -MINIGLX_SOURCES = - PIPE_DRIVERS = \ + $(TOP)/src/gallium/state_trackers/dri/libdridrm.a \ $(TOP)/src/gallium/winsys/drm/nouveau/drm/libnouveaudrm.a \ $(TOP)/src/gallium/drivers/nv04/libnv04.a \ $(TOP)/src/gallium/drivers/nv10/libnv10.a \ @@ -13,22 +12,15 @@ PIPE_DRIVERS = \ $(TOP)/src/gallium/drivers/nv30/libnv30.a \ $(TOP)/src/gallium/drivers/nv40/libnv40.a \ $(TOP)/src/gallium/drivers/nv50/libnv50.a - -DRIVER_SOURCES = \ - nouveau_context.c \ - nouveau_screen.c \ - nouveau_swapbuffers.c \ - nouveau_lock.c + +DRIVER_SOURCES = C_SOURCES = \ $(COMMON_GALLIUM_SOURCES) \ $(DRIVER_SOURCES) -ASM_SOURCES = +include ../../Makefile.template -DRIVER_DEFINES = $(shell pkg-config libdrm_nouveau --cflags) DRI_LIB_DEPS += $(shell pkg-config libdrm_nouveau --libs) -include ../../Makefile.template - symlinks: |