linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.19-pre8 non-kernel files in wan/8253x
@ 2002-05-16  7:57 Keith Owens
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2002-05-16  7:57 UTC (permalink / raw)
  To: Joachim Martillo; +Cc: marcelo, linux-kernel

drivers/net/wan/8253x/Makefile contains these lines

8253xcfg: 8253xcfg.c
        $(CC)  -o 8253xcfg $(EXTRA_CFLAGS) -U__KERNEL__ 8253xcfg.c

8253xmac: 8253xmac.c
        $(CC)  -o 8253xmac $(EXTRA_CFLAGS) -U__KERNEL__ 8253xmac.c

8253xspeed: 8253xspeed.c
        $(CC)  -o 8253xspeed $(EXTRA_CFLAGS) -U__KERNEL__ 8253xspeed.c

8253xpeer: 8253xpeer.c
        $(CC)  -o 8253xpeer $(EXTRA_CFLAGS) -U__KERNEL__ 8253xpeer.c

eprom9050: eprom9050.c
        $(CC)  -o eprom9050 $(EXTRA_CFLAGS) -U__KERNEL__ eprom9050.c

All of those .c files are user space utilities, they do not fit the
kernel build system and do not belong in the kernel.  Please move these
files to a separate user space package and delete from 2.4.19-pre*.


^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <141.e9270f3.2a152523@aol.com>]

end of thread, other threads:[~2002-05-16 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-16  7:57 2.4.19-pre8 non-kernel files in wan/8253x Keith Owens
     [not found] <141.e9270f3.2a152523@aol.com>
2002-05-16 22:29 ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).