Revert some changes and try alternative way to clean up AGP handling.

main
Rik Faith 2000-07-21 18:28:01 +00:00
parent 6dd96a15ed
commit 3bcc55a74d
2 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ L_OBJS := init.o memory.o proc.o auth.o context.o drawable.o bufs.o \
M_OBJS := M_OBJS :=
ifneq ($(CONFIG_AGP),n) ifneq ($(CONFIG_AGP),)
L_OBJS += agpsupport.o L_OBJS += agpsupport.o
endif endif
@ -43,7 +43,7 @@ else
endif endif
endif endif
ifneq ($(CONFIG_AGP),n) ifneq ($(CONFIG_AGP),)
ifeq ($(CONFIG_DRM_MGA),y) ifeq ($(CONFIG_DRM_MGA),y)
OX_OBJS += mga_drv.o OX_OBJS += mga_drv.o
O_OBJS += mga_context.o mga_dma.o mga_bufs.o mga_state.o O_OBJS += mga_context.o mga_dma.o mga_bufs.o mga_state.o
@ -56,7 +56,7 @@ else
endif endif
endif endif
ifneq ($(CONFIG_AGP),n) ifneq ($(CONFIG_AGP),)
ifeq ($(CONFIG_DRM_I810),y) ifeq ($(CONFIG_DRM_I810),y)
OX_OBJS += i810_drv.o OX_OBJS += i810_drv.o
O_OBJS += i810_context.o i810_bufs.o i810_dma.o O_OBJS += i810_context.o i810_bufs.o i810_dma.o

View File

@ -17,7 +17,7 @@ L_OBJS := init.o memory.o proc.o auth.o context.o drawable.o bufs.o \
M_OBJS := M_OBJS :=
ifneq ($(CONFIG_AGP),n) ifneq ($(CONFIG_AGP),)
L_OBJS += agpsupport.o L_OBJS += agpsupport.o
endif endif
@ -43,7 +43,7 @@ else
endif endif
endif endif
ifneq ($(CONFIG_AGP),n) ifneq ($(CONFIG_AGP),)
ifeq ($(CONFIG_DRM_MGA),y) ifeq ($(CONFIG_DRM_MGA),y)
OX_OBJS += mga_drv.o OX_OBJS += mga_drv.o
O_OBJS += mga_context.o mga_dma.o mga_bufs.o mga_state.o O_OBJS += mga_context.o mga_dma.o mga_bufs.o mga_state.o
@ -56,7 +56,7 @@ else
endif endif
endif endif
ifneq ($(CONFIG_AGP),n) ifneq ($(CONFIG_AGP),)
ifeq ($(CONFIG_DRM_I810),y) ifeq ($(CONFIG_DRM_I810),y)
OX_OBJS += i810_drv.o OX_OBJS += i810_drv.o
O_OBJS += i810_context.o i810_bufs.o i810_dma.o O_OBJS += i810_context.o i810_bufs.o i810_dma.o