lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 10 Sep 2007 19:28:47 -0400
From:	Mike Frysinger <vapier@...too.org>
To:	linuxsh-dev@...ts.sourceforge.net
Cc:	"Adrian McMenamin" <lkmladrian@...il.com>,
	"Paul Mundt" <lethal@...ux-sh.org>, linux-kernel@...r.kernel.org,
	Arjan van de Ven <arjan@...radead.org>
Subject: Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

On Monday 10 September 2007, Adrian McMenamin wrote:
> +config MAPLE
> +	tristate "Maple Bus Support"
> +	depends on SH_DREAMCAST
> +	help
> +	  The Maple Bus is SEGA's serial communication bus for peripherals
> +	  on the Dreamcast. Without this bus support you won't be able to
> +	  get your Dreamcast keyboard etc to work, so most users
> +	  probably want to say 'Y' here, unless you are only using the
> +	  Dreamcast with a serial line terminal or a remote network
> +	  connection.

hmm, tristate means you can build it as a module ... so please add a line that 
says what the module name is if 'M' is selected ...

> --- a/drivers/sh/Makefile
> +++ b/drivers/sh/Makefile
> +obj-$(CONFIG_MAPLE) += maple/

ok ...

> --- /dev/null
> +++ b/drivers/sh/maple/Makefile
> +obj-y	:= maplebus.o

erp, shouldnt that be obj-$(CONFIG_MAPLE) ?
-mike

Download attachment "signature.asc " of type "application/pgp-signature" (828 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ