MIPS: Prevent direct use of generic_defconfig
authorPaul Burton <paul.burton@imgtec.com>
Mon, 7 Aug 2017 23:01:15 +0000 (16:01 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 29 Aug 2017 22:57:28 +0000 (00:57 +0200)
commita4c2f79787e584e3dbad3f9ecf53b79853f6cbf7
treec5750bc9146c198486d67e2c6756771942ff4038
parent9e111ee7c385eda6e866ec89c267559a06d01eee
MIPS: Prevent direct use of generic_defconfig

Using generic_defconfig directly is unlikely to be what a user actually
wants to do - it doesn't specify any particular ISA revision & it
doesn't enable any board or driver support, resulting in a largely
useless kernel.

Prevent users from using it directly, printing a helpful message to
point them in the right direction if they attempt to.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16946/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile