ifmcstat: Port to RTEMS

This commit is contained in:
Sebastian Huber
2020-09-07 10:03:31 +02:00
parent 50056ecbd2
commit d56d9b6d3b
12 changed files with 119 additions and 2 deletions

View File

@@ -181,6 +181,7 @@ class rtems(builder.Module):
'rtems/rtems-bsd-shell-arp.c',
'rtems/rtems-bsd-shell-i2c.c',
'rtems/rtems-bsd-shell-ifconfig.c',
'rtems/rtems-bsd-shell-ifmcstat.c',
'rtems/rtems-bsd-shell-netstat.c',
'rtems/rtems-bsd-shell-nvmecontrol.c',
'rtems/rtems-bsd-shell-pfctl.c',
@@ -3159,6 +3160,8 @@ class user_space(builder.Module):
'usr.bin/vmstat/vmstat.c',
'usr.sbin/arp/arp.c',
'usr.sbin/i2c/i2c.c',
'usr.sbin/ifmcstat/ifmcstat.c',
'usr.sbin/ifmcstat/printb.c',
],
mm.generator['source'](['-DINET'])
)