mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.4.19-pre6 dead Makefile entries
@ 2002-04-07 11:01 Keith Owens
  2002-04-07 11:11 ` Russell King
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Keith Owens @ 2002-04-07 11:01 UTC (permalink / raw)
  To: linux-kernel

The more rigorous error checking in kbuild 2.5 found several Makefile
entries for objects that have no source.   kbuild 2.4 silently ignores
objects that it cannot build, allowing errors to sneak through.

These are typing errors or they are dead entries.  In either case they
need to be cleaned up, by removing the entry from the Makefile or by
supplying the missing source.  After removing the entries, also verify
if the CONFIG_ entry is still required and remove that as well if it is
obsolete.

Makefile			Object with no source

drivers/acorn/char/Makefile     keyb_l7200.o

drivers/acpi/Makefile           osconf.o

drivers/char/Makefile           serial_sa1100.o

drivers/ide/Makefile            pdcadma.o

drivers/isdn/Makefile           isdn_dwabc.o

drivers/net/Makefile            veth.o

drivers/usb/storage/Makefile    shuttle_sm.o
                                shuttle_cf.o

drivers/video/Makefile          dcfb.o
                                fbcon-iplan2p16.o

fs/nls/Makefile                 nls_cp1252.o
                                nls_cp1253.o
                                nls_cp1254.o
                                nls_cp1256.o
                                nls_cp1257.o
                                nls_cp1258.o
                                nls_iso8859_10.o
                                nls_abc.o

lib/Makefile                    crc32.o

net/decnet/Makefile             dn_fw.o

net/sched/Makefile              sch_hpfq.o
                                sch_hfsc.o


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

end of thread, other threads:[~2002-04-09  0:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-07 11:01 2.4.19-pre6 dead Makefile entries Keith Owens
2002-04-07 11:11 ` Russell King
2002-04-07 11:26   ` Keith Owens
2002-04-07 13:52 ` [patch] " Urban Widmark
2002-04-07 20:55   ` James H. Cloos Jr.
2002-04-08  8:46     ` Urban Widmark
2002-04-09  0:04 ` Greg KH

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

all inboxes | Powered by JetHome®