public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Remove MTD sub-directories from the root Makefile
@ 2018-11-18 20:07 Miquel Raynal
  2018-11-18 20:07 ` [U-Boot] [PATCH 1/2] mtd: nand: let the raw NAND devices be compiled upon selection Miquel Raynal
  2018-11-18 20:07 ` [U-Boot] [PATCH 2/2] Makefile: move MTD-related lines in coherent Makefiles Miquel Raynal
  0 siblings, 2 replies; 5+ messages in thread
From: Miquel Raynal @ 2018-11-18 20:07 UTC (permalink / raw)
  To: u-boot

Hello,

Two patches to do what we discussed with jagan a few weeks back:
remove MTD sub-directories from the root Makefile. The first patch has
already been sent but as I could not see it in mainline (I can't
remember when I sent this one) I decided to put it back here. The
second one does simple moves, proof that everything looks ok is in
Travis's report [1].

[1] https://travis-ci.org/miquelraynal/u-boot/builds/456683592

Thanks,
Miquèl

Miquel Raynal (2):
  mtd: nand: let the raw NAND devices be compiled upon selection
  Makefile: move MTD-related lines in coherent Makefiles

 Makefile                  | 5 -----
 drivers/Makefile          | 1 +
 drivers/mtd/Makefile      | 3 +++
 drivers/mtd/nand/Makefile | 3 +++
 4 files changed, 7 insertions(+), 5 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-18 21:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-18 20:07 [U-Boot] [PATCH 0/2] Remove MTD sub-directories from the root Makefile Miquel Raynal
2018-11-18 20:07 ` [U-Boot] [PATCH 1/2] mtd: nand: let the raw NAND devices be compiled upon selection Miquel Raynal
2018-11-18 21:06   ` Boris Brezillon
2018-11-18 20:07 ` [U-Boot] [PATCH 2/2] Makefile: move MTD-related lines in coherent Makefiles Miquel Raynal
2018-11-18 21:10   ` Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox