os: name pbxa9 ps2_drv explicitely (ref #2190)
This commit is contained in:
committed by
Christian Helmuth
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user