Date: Sun, 17 Mar 2002 15:38:48 -0800 From: Maxime Henrion <mux@freebsd.org> To: freebsd-current@freebsd.org Cc: Hajimu UMEMOTO <ume@mahoroba.org> Subject: Re: Patch to fix the build of the smbfs.ko kernel module Message-ID: <20020317233848.GH17902@elvis.mu.org> In-Reply-To: <ygeg02zlru4.wl@mille.mahoroba.org> References: <20020316093204.GF17902@elvis.mu.org> <ygeg02zlru4.wl@mille.mahoroba.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Sat, 16 Mar 2002 01:32:04 -0800 > >>>>> Maxime Henrion <mux@freebsd.org> said: > > mux> Since the addition of optimized 3DES encryption for x86, the build of the > mux> smbfs kernel module has been broken (on all platforms). This is because > mux> new files are now needed (des_enc.S for x86, des_enc.c for other > mux> archs). The attached patch fixes this problem. > > Oops, I've forgot about smbfs.ko. It seems fine to me. Actually, this patch is wrong because it won't ever compile des_enc.S. Whatever I do, des_enc.c gets compiled and I can't figure out how to compile a .S file with bsd.kmod.mk. If someone with more make(1) clue than me could help out, that would be appreciated. Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020317233848.GH17902>