lkml.org 
[lkml]   [2001]   [Jan]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Happy new year^H^H^H^Hkernel..


On 1 Jan 2001, Adam Sampson wrote:
>
> It appears to work (even with the reiserfs patch with the obvious
> Makefile tweak), but the drm modules have unresolved symbols:

Does this fix it for you (do a "make clean" before re-building your tree)?

Linus

----
--- v2.4.0-prerelease/linux/drivers/char/drm/Makefile Mon Jan 1 09:38:35 2001
+++ linux/drivers/char/drm/Makefile Mon Jan 1 09:38:04 2001
@@ -44,22 +44,22 @@
mga-objs := mga_drv.o mga_dma.o mga_context.o mga_bufs.o mga_state.o
i810-objs := i810_drv.o i810_dma.o i810_context.o i810_bufs.o

-obj-$(CONFIG_DRM_GAMMA) += gamma.o
-obj-$(CONFIG_DRM_TDFX) += tdfx.o
-obj-$(CONFIG_DRM_R128) += r128.o
-obj-$(CONFIG_DRM_FFB) += ffb.o
-obj-$(CONFIG_DRM_MGA) += mga.o
-obj-$(CONFIG_DRM_I810) += i810.o
-
-
# When linking into the kernel, link the library just once.
# If making modules, we include the library into each module

ifdef MAKING_MODULES
lib = drmlib.a
else
- obj-y += drmlib.a
+ extra-obj = drmlib.a
endif
+
+obj-$(CONFIG_DRM_GAMMA) += gamma.o $(extra-obj)
+obj-$(CONFIG_DRM_TDFX) += tdfx.o $(extra-obj)
+obj-$(CONFIG_DRM_R128) += r128.o $(extra-obj)
+obj-$(CONFIG_DRM_FFB) += ffb.o $(extra-obj)
+obj-$(CONFIG_DRM_MGA) += mga.o $(extra-obj)
+obj-$(CONFIG_DRM_I810) += i810.o $(extra-obj)
+

include $(TOPDIR)/Rules.make

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.702 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site