public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.21 no source for several objects
@ 2002-06-11  1:30 Keith Owens
  2002-06-11  9:24 ` Russell King
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Keith Owens @ 2002-06-11  1:30 UTC (permalink / raw)
  To: linux-kernel

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.


^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: 2.5.21 no source for several objects
@ 2002-06-11 13:20 Andries.Brouwer
  0 siblings, 0 replies; 6+ messages in thread
From: Andries.Brouwer @ 2002-06-11 13:20 UTC (permalink / raw)
  To: davej, kaos; +Cc: linux-kernel

>> obj-$(CONFIG_EISA)              += eisa.o

> It should bite as soon as someone tries to compile a kernel with EISA

Yes, and it does.

On the other hand, yesterday I did some more SCSI stuff
and deleted constants.h. The build failed because constants.h
could not be found. And "make depend" does not do anything
anymore.

What should I have done (instead of the "make mrproper"
that of course worked)?

Andries

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-06-13 14:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-11  1:30 2.5.21 no source for several objects Keith Owens
2002-06-11  9:24 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox