Fixes for building in the kernel tree
parent
81da79d1ed
commit
e38b34e54a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue