Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Add error and zero targets to build.



details:   https://anonhg.NetBSD.org/src/rev/610c15299a71
branches:  trunk
changeset: 847299:610c15299a71
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Tue Dec 17 07:57:25 2019 +0000

description:
Add error and zero targets to build.

diffstat:

 sys/dev/dm/files.dm             |  2 ++
 sys/rump/dev/lib/libdm/Makefile |  5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 47967306da98 -r 610c15299a71 sys/dev/dm/files.dm
--- a/sys/dev/dm/files.dm       Tue Dec 17 05:49:01 2019 +0000
+++ b/sys/dev/dm/files.dm       Tue Dec 17 07:57:25 2019 +0000
@@ -7,3 +7,5 @@
 file        dev/dm/dm_target.c          dm
 file        dev/dm/dm_target_linear.c   dm
 file       dev/dm/dm_target_stripe.c   dm
+file       dev/dm/dm_target_zero.c     dm
+file       dev/dm/dm_target_error.c    dm
diff -r 47967306da98 -r 610c15299a71 sys/rump/dev/lib/libdm/Makefile
--- a/sys/rump/dev/lib/libdm/Makefile   Tue Dec 17 05:49:01 2019 +0000
+++ b/sys/rump/dev/lib/libdm/Makefile   Tue Dec 17 07:57:25 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2016/01/26 23:12:15 pooka Exp $
+#      $NetBSD: Makefile,v 1.8 2019/12/17 07:57:25 mlelstv Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../dev/dm
@@ -8,7 +8,8 @@
 
 IOCONF=        DM.ioconf
 SRCS=   device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
-        dm_target_linear.c dm_target_stripe.c
+        dm_target_linear.c dm_target_stripe.c dm_target_error.c \
+       dm_target_zero.c
 
 SRCS+= dm_component.c
 



Home | Main Index | Thread Index | Old Index