POSIX: Add a install target entry
While adding OpENer support into OpenEmbedded the following
error is seen on the installation phase:
| ninja: error: unknown target 'install'
Fix it by adding a install target so that the OpENer binary
can be properly installed.
Signed-off-by: Fabio Estevam <festevam@denx.de>