nrelease: Simplify by not handling multiple kernel configs
authorAaron LI <aly@aaronly.me>
Sun, 3 Mar 2019 07:32:08 +0000 (15:32 +0800)
committerAaron LI <aly@aaronly.me>
Mon, 28 Oct 2019 22:10:39 +0000 (06:10 +0800)
commit751a32470bb9b500b19b030ae39ec64965f25bb7
tree6769cf924563747d430d5153e5a742504d42f662
parent8f5a7f62e6914d3e4871f73814fe059656c444eb
nrelease: Simplify by not handling multiple kernel configs

We don't ship multiple kernels for years, so we can get rid of handling
multiple kernel configs in nrelease/Makefile.  This simplifies the
Makefile and also get rid of the hack of 'SUBDIR += nrelease' in
Makefile.inc1.

Note that users can still override 'KERNCONF' the same as 'buildkernel'.
Makefile.inc1
nrelease/Makefile