kbuild: move spl/Makefile to scripts/Makefile.spl
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 9 Jun 2014 06:14:11 +0000 (15:14 +0900)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:27:05 +0000 (16:27 -0400)
commitc71630838d908e410ee83f0164327e1fd515f1ca
tree689df7a159cfda3e03c66063523bcaaf90281e0d
parentddc94378db9fe0c9076512768b3576e0fdc580dd
kbuild: move spl/Makefile to scripts/Makefile.spl

All files under spl/ and tpl/ are generated during the build process
except spl/Makefile.

We can simplify clean-rule and git-ignore by moving spl/Makefile
to somewhere else.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
.gitignore
Makefile
scripts/Makefile.spl [new file with mode: 0644]
spl/Makefile [deleted file]