]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
linux/linux.mk: use namespace for internal variables
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sun, 1 Apr 2018 05:08:24 +0000 (02:08 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 06:44:56 +0000 (08:44 +0200)
commita338f59e16a90a5d82cb22a7008d158352a7a0bc
treea0655e92411f5f198f94ac078d8a42857e1e1cd2
parent0b0d93fe7037654f26d760293d9b061e0648c43b
linux/linux.mk: use namespace for internal variables

These three symbols:
KERNEL_ARCH_PATH
KERNEL_DTBS
KERNEL_DTS_NAME
are defined and used only inside this file, so use the LINUX_ namespace
for them instead of KERNEL_.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/linux.mk