rpi-firmware: unbreak _INSTALL_VCDBG logic
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 15 Mar 2016 15:43:10 +0000 (16:43 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 15 Mar 2016 15:43:10 +0000 (16:43 +0100)
commit41276ae12aefb8a3e69df365aa2240d29ddca776
tree5515cbf7edf334d9cedcdff80299049c1bb33539
parented00c575a02137c0565b5370b8d1c3382bd0e31b
rpi-firmware: unbreak _INSTALL_VCDBG logic

Commit d16b32a401 (package/rpi-firmware: add option to install vcdbg) added
a sub option to install the vcdbg tool, but the commit unfortunately
contained two errors:

- The package sets _INSTALL_TARGET = NO, so the _TARGET_CMDS are never used
- The install command used -d (handle arguments as directories) instead of
  -D (create needed directories)

Fix these issues.

Cc: yann.morin.1998@free.fr
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/rpi-firmware/rpi-firmware.mk