summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-06-25 12:43:43 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-06-29 10:31:01 +0200
commit4ed60d9076b23307cc86da136562cdc741370d50 (patch)
tree75f806ae4354927037fbb060413dab597ea191d8 /libbsd.py
parenti2c tool : Import from FreeBSD (diff)
downloadrtems-libbsd-4ed60d9076b23307cc86da136562cdc741370d50.tar.bz2
i2c tool : port to RTEMS
Diffstat (limited to '')
-rw-r--r--libbsd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 6ad046b8..12d4c2ed 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -176,6 +176,7 @@ class rtems(builder.Module):
'rtems/rtems-bsd-rc-conf.c',
'rtems/rtems-bsd-set-if-input.c',
'rtems/rtems-bsd-shell-arp.c',
+ 'rtems/rtems-bsd-shell-i2c.c',
'rtems/rtems-bsd-shell-ifconfig.c',
'rtems/rtems-bsd-shell-netstat.c',
'rtems/rtems-bsd-shell-pfctl.c',
@@ -2990,6 +2991,7 @@ class user_space(builder.Module):
'usr.bin/netstat/unix.c',
'usr.bin/vmstat/vmstat.c',
'usr.sbin/arp/arp.c',
+ 'usr.sbin/i2c/i2c.c',
],
mm.generator['source'](['-DINET'])
)