lkml.org 
[lkml]   [2002]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject2.5.21 no source for several objects
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.062 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site