os: make platform_drv package ready for ARM

* Make target binaries independent of board SPECS
* Name binaries of one architecture unambigously
* Extend include path to match board specifics
* Adapt run-scripts to use the right binary

Ref #2190
Ref #3180
This commit is contained in:
Stefan Kalkowski
2019-04-23 11:07:51 +02:00
committed by Christian Helmuth
parent c55663b923
commit 911f4ada0a
9 changed files with 32 additions and 26 deletions

View File

@ -17,7 +17,7 @@
#include <base/capability.h>
#include <base/rpc.h>
#include <dataspace/capability.h>
#include <platform/framebuffer_info.h>
#include <spec/rpi/platform/framebuffer_info.h>
namespace Platform {
using namespace Genode;