mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
os: name pbxa9 ps2_drv explicitely (ref #2190)
This commit is contained in:
parent
d9143f805e
commit
1e986fade8
@ -26,6 +26,7 @@
|
||||
</start>
|
||||
|
||||
<start name="ps2_drv">
|
||||
<binary name="pbxa9_ps2_drv"/>
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<provides> <service name="Input"/> <service name="Framebuffer"/> </provides>
|
||||
<route> <any-service> <parent/> </any-service> </route>
|
||||
|
@ -1,5 +1,5 @@
|
||||
TARGET = ps2_drv
|
||||
REQUIRES = pbxa9
|
||||
TARGET = pbxa9_ps2_drv
|
||||
REQUIRES = arm_v7
|
||||
SRC_CC = main.cc
|
||||
LIBS = base
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user