summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-07 10:03:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-10 13:24:18 +0200
commitd56d9b6d3bad428a6e002ba1eaa7255d7efcfae8 (patch)
tree1a1a2517104b61df618fed6c2505306a51ba04bc /libbsd.py
parentifmcstat: Import from FreeBSD (diff)
downloadrtems-libbsd-d56d9b6d3bad428a6e002ba1eaa7255d7efcfae8.tar.bz2
ifmcstat: Port to RTEMS
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 511de7af..53b1f41b 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -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'])
)