Re: [U-Boot] [PATCH v6 02/16] Makefile: Fix mrproper make target

2019-02-10 Thread Anup Patel
..@socionext.com; mon...@monstr.eu; Anup Patel > ; pal...@sifive.com; ag...@suse.de; u- > b...@lists.denx.de > Subject: Re: [U-Boot] [PATCH v6 02/16] Makefile: Fix mrproper make target > > On Sun, Feb 10, 2019 at 06:31:02PM +, Auer, Lukas wrote: > > On Sat, 2019-02-09 at 06:31 +00

Re: [U-Boot] [PATCH v6 02/16] Makefile: Fix mrproper make target

2019-02-10 Thread Tom Rini
On Sun, Feb 10, 2019 at 06:31:02PM +, Auer, Lukas wrote: > On Sat, 2019-02-09 at 06:31 +, Anup Patel wrote: > > Currently, the mrproper make target tries to force remove all > > "arch/*/include/asm/arch" paths assuming they are symlinks but > > this prevents us from adding place-holder head

Re: [U-Boot] [PATCH v6 02/16] Makefile: Fix mrproper make target

2019-02-10 Thread Auer, Lukas
On Sat, 2019-02-09 at 06:31 +, Anup Patel wrote: > Currently, the mrproper make target tries to force remove all > "arch/*/include/asm/arch" paths assuming they are symlinks but > this prevents us from adding place-holder headers under the > arch/riscv/include/asm/arch directory. > > To solve

[U-Boot] [PATCH v6 02/16] Makefile: Fix mrproper make target

2019-02-08 Thread Anup Patel
Currently, the mrproper make target tries to force remove all "arch/*/include/asm/arch" paths assuming they are symlinks but this prevents us from adding place-holder headers under the arch/riscv/include/asm/arch directory. To solve this, we fix mrproper make target to only remove "arch/*/include/