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] [day] [month] [year] [list]
Date:   Fri, 20 Jul 2018 09:15:58 +0900
From:   Yoshinori Sato <ysato@...rs.sourceforge.jp>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        uclinux-h8-devel@...ts.sourceforge.jp
Subject: Re: [PATCH] arch/h8300: add a defconfig target

On Thu, 19 Jul 2018 15:04:29 +0900,
Randy Dunlap wrote:
> 
> From: Randy Dunlap <rdunlap@...radead.org>
> 
> Make the "defconfig" target valid for arch/h8300.  Currently
> "make ARCH=h8300 defconfig" produces:
> 
> *** Can't find default configuration "arch/h8300/defconfig"!
> ../scripts/kconfig/Makefile:87: recipe for target 'defconfig' failed
> 
> By adding a value for KBUILD_DEFCONFIG, "make ARCH=h8300 defconfig"
> successfully produces a kernel .config file:
> 
> *** Default configuration is based on 'edosk2674_defconfig'
> 
> This is useful for Kconfig editing/testing.
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Yoshinori Sato <ysato@...rs.sourceforge.jp>
> Cc: uclinux-h8-devel@...ts.sourceforge.jp (moderated for non-subscribers)
> ---
>  arch/h8300/Makefile |    2 ++
>  1 file changed, 2 insertions(+)
> 
> --- linux-next-20180717.orig/arch/h8300/Makefile
> +++ linux-next-20180717/arch/h8300/Makefile
> @@ -8,6 +8,8 @@
>  # (C) Copyright 2002-2015 Yoshinori Sato <ysato@...rs.sourceforge.jp>
>  #
>  
> +KBUILD_DEFCONFIG := edosk2674_defconfig
> +
>  cflags-$(CONFIG_CPU_H8300H)	:= -mh
>  aflags-$(CONFIG_CPU_H8300H)	:= -mh -Wa,--mach=h8300h
>  ldflags-$(CONFIG_CPU_H8300H)	:= -mh8300helf_linux
> 
> 

Applied for h8300-next.
Thanks.

-- 
Yosinori Sato

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ