
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(-)