libip: move optimized 386 assembly version of ptclbsum() from kernel to libip
This commit is contained in:
parent
88ccea37f6
commit
967b1248f8
5 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ dev
|
||||||
|
|
||||||
ether netif
|
ether netif
|
||||||
bridge netif log
|
bridge netif log
|
||||||
ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
|
ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium inferno
|
||||||
|
|
||||||
draw screen vga vgax swcursor
|
draw screen vga vgax swcursor
|
||||||
mouse mouse
|
mouse mouse
|
||||||
|
|
|
@ -128,9 +128,6 @@ REPCC=`{../port/mkfilelist ../pc}
|
||||||
<../port/portmkfile
|
<../port/portmkfile
|
||||||
<|../port/mkbootrules $CONF
|
<|../port/mkbootrules $CONF
|
||||||
|
|
||||||
ptclbsum386.$O: ../pc/ptclbsum386.s
|
|
||||||
$AS $AFLAGS ../pc/ptclbsum386.s
|
|
||||||
|
|
||||||
# we inherited these.. revisit.
|
# we inherited these.. revisit.
|
||||||
$ETHER: ../port/etherif.h ../port/netif.h
|
$ETHER: ../port/etherif.h ../port/netif.h
|
||||||
$SDEV: ../port/sd.h
|
$SDEV: ../port/sd.h
|
||||||
|
|
|
@ -20,7 +20,7 @@ dev
|
||||||
|
|
||||||
xenstore
|
xenstore
|
||||||
ether netif
|
ether netif
|
||||||
ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
|
ip arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium inferno
|
||||||
|
|
||||||
sd
|
sd
|
||||||
|
|
||||||
|
|
|
@ -24,3 +24,6 @@ UPDATE=\
|
||||||
${LIB:/$objtype/%=/386/%}\
|
${LIB:/$objtype/%=/386/%}\
|
||||||
|
|
||||||
</sys/src/cmd/mksyslib
|
</sys/src/cmd/mksyslib
|
||||||
|
|
||||||
|
ptclbsum.8: ptclbsum386.s
|
||||||
|
$AS -o $target ptclbsum386.s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue