Makefile typo in drivers/net for 2.0.3x?

Jon Lewis (jlewis@inorganic5.fdt.net)
Sun, 21 Dec 1997 16:13:10 -0500 (EST)


I've noticed that when compiling the smc ultra driver as a module, I also
get an unwanted smc_ultra_32 module. It looks like the following may be a
typo/thinko:

ifeq ($(CONFIG_ULTRA32),y)
L_OBJS += smc-ultra32.o
CONFIG_8390_BUILTIN = y
else
ifeq ($(CONFIG_ULTRA),m)
CONFIG_8390_MODULE = y
M_OBJS += smc-ultra32.o
endif
endif

Or was this intended? Should the second ifeq not be for CONFIG_ULTRA32?

------------------------------------------------------------------
Jon Lewis <jlewis@fdt.net> | Unsolicited commercial e-mail will
Network Administrator | be proof-read for $199/message.
Florida Digital Turnpike |
______http://inorganic5.fdt.net/~jlewis/pgp for PGP public key____