Fixes for building in the kernel tree

main
Rik Faith 2000-07-21 15:48:24 +00:00
parent 81da79d1ed
commit e38b34e54a
2 changed files with 10 additions and 2 deletions

View File

@ -18,6 +18,10 @@ L_OBJS := init.o memory.o proc.o auth.o context.o drawable.o bufs.o \
M_OBJS :=
ifdef CONFIG_DRM_AGP
L_OBJS += agpsupport.o
endif
ifeq ($(CONFIG_DRM_GAMMA),y)
OX_OBJS += gamma_drv.o
O_OBJS += gamma_dma.o

View File

@ -18,6 +18,10 @@ L_OBJS := init.o memory.o proc.o auth.o context.o drawable.o bufs.o \
M_OBJS :=
ifdef CONFIG_DRM_AGP
L_OBJS += agpsupport.o
endif
ifeq ($(CONFIG_DRM_GAMMA),y)
OX_OBJS += gamma_drv.o
O_OBJS += gamma_dma.o