mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 00:48:08 +02:00
Fixes for building in the kernel tree
This commit is contained in:
parent
81da79d1ed
commit
e38b34e54a
2 changed files with 10 additions and 2 deletions
|
|
@ -16,7 +16,11 @@ L_OBJS := init.o memory.o proc.o auth.o context.o drawable.o bufs.o \
|
|||
lists.o lock.o ioctl.o fops.o vm.o dma.o ctxbitmap.o \
|
||||
agpsupport.o
|
||||
|
||||
M_OBJS :=
|
||||
M_OBJS :=
|
||||
|
||||
ifdef CONFIG_DRM_AGP
|
||||
L_OBJS += agpsupport.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_DRM_GAMMA),y)
|
||||
OX_OBJS += gamma_drv.o
|
||||
|
|
|
|||
|
|
@ -16,7 +16,11 @@ L_OBJS := init.o memory.o proc.o auth.o context.o drawable.o bufs.o \
|
|||
lists.o lock.o ioctl.o fops.o vm.o dma.o ctxbitmap.o \
|
||||
agpsupport.o
|
||||
|
||||
M_OBJS :=
|
||||
M_OBJS :=
|
||||
|
||||
ifdef CONFIG_DRM_AGP
|
||||
L_OBJS += agpsupport.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_DRM_GAMMA),y)
|
||||
OX_OBJS += gamma_drv.o
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue