public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	jonsmirl@gmail.com
Subject: Re: [PATCH] fbdev: Allow core fb to be built as a module
Date: Wed, 16 Mar 2005 23:32:59 +0100	[thread overview]
Message-ID: <20050316223259.GA18001@suse.de> (raw)
In-Reply-To: <200503101904.j2AJ4Yaj019164@hera.kernel.org>

 On Fri, Mar 11, Linux Kernel Mailing List wrote:

> ChangeSet 1.2187, 2005/03/10 09:14:07-08:00, jonsmirl@gmail.com
> 
> 	[PATCH] fbdev: Allow core fb to be built as a module
> 	
> 	Allow the framebuffer core to be built as a module to ease debugging.

> diff -Nru a/drivers/video/Makefile b/drivers/video/Makefile
> --- a/drivers/video/Makefile	2005-03-10 11:04:46 -08:00
> +++ b/drivers/video/Makefile	2005-03-10 11:04:46 -08:00
> @@ -8,11 +8,9 @@
>  obj-$(CONFIG_LOGO)		  += logo/
>  obj-$(CONFIG_SYSFS)		  += backlight/
>  
> -obj-$(CONFIG_FB)                  += fbmem.o fbmon.o fbcmap.o fbsysfs.o modedb.o
> -# Only include macmodes.o if we have FB support and are PPC
> -ifeq ($(CONFIG_FB),y)
> -obj-$(CONFIG_PPC)                 += macmodes.o
> -endif
> +obj-$(CONFIG_FB)                  += fb.o
> +fb-y                              := fbmem.o fbmon.o fbcmap.o fbsysfs.o modedb.o
> +fb-objs                           := $(fb-y)
>  
>  obj-$(CONFIG_FB_CFB_FILLRECT)  += cfbfillrect.o
>  obj-$(CONFIG_FB_CFB_COPYAREA)  += cfbcopyarea.o

How do we get macmodes back?

drivers/built-in.o(.text+0x20508): In function `.matroxfb_probe':
: undefined reference to `.mac_vmode_to_var'
make[1]: *** [.tmp_vmlinux1] Error 1


       reply	other threads:[~2005-03-16 22:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200503101904.j2AJ4Yaj019164@hera.kernel.org>
2005-03-16 22:32 ` Olaf Hering [this message]
2005-03-16 22:50   ` [PATCH] fbdev: Allow core fb to be built as a module Jon Smirl

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=20050316223259.GA18001@suse.de \
    --to=olh@suse.de \
    --cc=jonsmirl@gmail.com \
    --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