dde_ipxe: name ipxe nic_drv unambigously

Ref #2190
This commit is contained in:
Stefan Kalkowski
2019-04-12 11:46:07 +02:00
committed by Christian Helmuth
parent 7c1e3c84ba
commit b6d14d9960
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<runtime ram="16M" caps="300" binary="nic_drv">
<runtime ram="16M" caps="300" binary="ipxe_nic_drv">
<provides> <nic/> </provides>
@@ -6,7 +6,7 @@
<content>
<rom label="ld.lib.so"/>
<rom label="nic_drv"/>
<rom label="ipxe_nic_drv"/>
</content>
</runtime>

View File

@@ -1,4 +1,4 @@
TARGET = nic_drv
TARGET = ipxe_nic_drv
REQUIRES = x86
LIBS = base dde_ipxe_nic
SRC_CC = main.cc