From: "Ryan Underwood" <nemesis-lists@icequake.net>
To: linux-kernel@vger.kernel.org
Subject: matroxfb_maven not being built in 2.4.21-pre5
Date: Fri, 14 Mar 2003 09:58:06 +0000 [thread overview]
Message-ID: <20030314095807.C3CD5757B5@mail.icequake.net> (raw)
Hello,
I compiled a fresh 2.4.21-pre5 yesterday after using make oldconfig
on my old .config. Everything went smoothly for the most part,
except the matroxfb_maven.o and matroxfb_crtc2.o were not built.
The following changes to the Makefile are relevant:
< obj-$(CONFIG_FB_MATROX_MAVEN) += matroxfb_maven.o matroxfb_crtc2.o
< obj-$(CONFIG_FB_MATROX_G450) += matroxfb_g450.o matroxfb_crtc2.o
---
> ifeq ($(CONFIG_FB_MATROX_MAVEN),y)
> obj-$(CONFIG_FB_MATROX) += matroxfb_maven.o matroxfb_crtc2.o
> endif
> ifeq ($(CONFIG_FB_MATROX_G450),y)
> obj-$(CONFIG_FB_MATROX) += matroxfb_g450.o matroxfb_crtc2.o
> endif
> obj-$(CONFIG_FB_MATROX_PROC) += matroxfb_proc.o
I think the problem stems from the fact that if maven is compiled as a module,
only CONFIG_FB_MATROX_MAVEN_MODULE is defined, not CONFIG_FB_MATROX_MAVEN.
In any case, if I explicitly add the objects to be compiled, they compile
and work fine. So it looks like the conditional might need a little change.
Also, there does not seem to be a menuconfig entry for CONFIG_FB_MATROX_PROC.
Should there be?
--
Ryan Underwood, <nemesis at icequake.net>, icq=10317253
next reply other threads:[~2003-03-14 9:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-14 9:58 Ryan Underwood [this message]
2003-03-14 10:46 ` [PATCH] " Petr Vandrovec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030314095807.C3CD5757B5@mail.icequake.net \
--to=nemesis-lists@icequake.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®