package/nvidia-driver: use += where appropriate
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 20 Oct 2018 22:14:35 +0000 (00:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Dec 2018 22:07:40 +0000 (23:07 +0100)
commit45004ac59a7051df0961f036ec05cc4963636436
tree0766b254d8682ac30343c3593b902102f8f7b9a9
parent2c1336533de82a39254eebe545f03aefa6708006
package/nvidia-driver: use += where appropriate

Within the BR2_PACKAGE_NVIDIA_DRIVER_XORG condition, some "="
assignements are used for various variables, which are also appended
in other conditions below in nvidia-driver.mk.

It works fine because those assignements appear earlier in the .mk,
but it is a bit error-prone, so let's use += when adding values to
those variables.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/nvidia-driver/nvidia-driver.mk