From 0bd1fa795a06f592c1115b251685b36fec63fed3 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Thu, 20 Jul 2000 01:52:00 +0000 Subject: Fixes for building in the kernel tree --- linux-core/Makefile.kernel | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'linux-core/Makefile.kernel') diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index c1812260..bf92d775 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -64,11 +64,11 @@ endif ifeq ($(CONFIG_DRM_R128),y) OX_OBJS += r128_drv.o - O_OBJS += r128_context.o + O_OBJS += r128_context.o r128_bufs.o r128_dma.o else ifeq ($(CONFIG_DRM_I810),m) MIX_OBJS += r128_drv.o - MI_OBJS += r128_context.o + MI_OBJS += r128_context.o r128_bufs.o r128_dma.o M_OBJS += r128.o endif endif @@ -102,8 +102,9 @@ i810.o: i810_drv.o i810_context.o i810_bufs.o i810_dma.o $(L_OBJS) $(LD) $(LD_RFLAG) -r -o $@ i810_drv.o i810_bufs.o i810_dma.o \ i810_context.o $(L_OBJS) -r128.o: r128_drv.o r128_context.o $(L_OBJS) - $(LD) $(LD_RFLAG) -r -o $@ r128_drv.o r128_context.o $(L_OBJS) +r128.o: r128_drv.o r128_context.o r128_bufs.o $(L_OBJS) + $(LD) $(LD_RFLAG) -r -o $@ r128_drv.o r128_bufs.o r128_dma.o \ + r128_context.o $(L_OBJS) ffb.o: ffb_drv.o ffb_context.o $(L_OBJS) $(LD) $(LD_RFLAG) -r -o $@ ffb_drv.o ffb_context.o $(L_OBJS) -- cgit v1.2.3