All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: linux-kernel@vger.kernel.org
Subject: 2.5.21 no source for several objects
Date: Tue, 11 Jun 2002 11:30:39 +1000	[thread overview]
Message-ID: <8028.1023759039@kao2.melbourne.sgi.com> (raw)

These objects are referenced in makefiles but no source exists.

arch/i386/kernel/Makefile
obj-$(CONFIG_EISA)              += eisa.o

drivers/acorn/char/Makefile
obj-$(CONFIG_L7200_KEYB)        += defkeymap-l7200.o keyb_l7200.o - no source for keyb_l7200.o

drivers/char/Makefile
obj-$(CONFIG_SERIAL_SA1100) += serial_sa1100.o

drivers/mtd/chips/Makefile
obj-$(CONFIG_MTD_INTELPROBE)    += intel_probe.o

drivers/net/Makefile
obj-$(CONFIG_VETH) += veth.o

drivers/video/Makefile
obj-$(CONFIG_FBCON_IPLAN2P16)     += fbcon-iplan2p16.o

fs/nls/Makefile
obj-$(CONFIG_NLS_ISO8859_10)    += nls_iso8859-10.o
obj-$(CONFIG_NLS_ABC)           += nls_abc.o

net/decnet/Makefile
decnet-$(CONFIG_DECNET_FW) += dn_fw.o

net/sched/Makefile
obj-$(CONFIG_NET_SCH_HPFQ)      += sch_hpfq.o
obj-$(CONFIG_NET_SCH_HFSC)      += sch_hfsc.o

None of these were picked up by the existing build system, they were
all detected by kbuild 2.5.  This is one of the advantages of having a
build system that knows about everything.


             reply	other threads:[~2002-06-11  1:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-11  1:30 Keith Owens [this message]
2002-06-11  9:24 ` 2.5.21 no source for several objects Russell King
2002-06-11 12:18 ` Dave Jones
2002-06-13 14:08 ` James Simmons
2002-06-13 14:14   ` Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2002-06-11 13:20 Andries.Brouwer

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=8028.1023759039@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.