Makefile: generate kernel_full in seperate command
authorYixun Lan <yixun.lan@amlogic.com>
Fri, 23 Jun 2017 01:13:51 +0000 (09:13 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Fri, 23 Jun 2017 02:22:11 +0000 (10:22 +0800)
commit7c6adea43cba783a08ad911090c4293f35c29b9b
tree3a3287be1e0541e9718e681ba4e981d27fe2246d
parent96fd61ccf66d68d8cb1221fb158b637073317e57
Makefile: generate kernel_full in seperate command

PD#144946: Makefile: generate kernel_full in seperate command

in certain cases/system, echo command will refuse to interpret backslash
without the '-e' option, so it will end up with one line
"4.9.11\n4.9.11-1234-g1234"

this patch will generate KERNELRELEASE & KERNELRELEASE_FULL in seperate file

Change-Id: I51699f193e893f9ea566251d4440edecf3de7ad8
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Makefile