2.5.21 no source for several objects

From: Keith Owens (kaos@ocs.com.au)
Date: Mon Jun 10 2002 - 20:30:39 EST


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.

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



This archive was generated by hypermail 2b29 : Sat Jun 15 2002 - 22:00:20 EST