Module Name: src Committed By: bad Date: Thu Sep 12 21:10:19 UTC 2019
Modified Files: src/sys/rump: listsrcdirs Log Message: Add ews4800mips and sh3 heads only listed in src/tools/Makefile.nbincludes. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/rump/listsrcdirs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/listsrcdirs diff -u src/sys/rump/listsrcdirs:1.43 src/sys/rump/listsrcdirs:1.44 --- src/sys/rump/listsrcdirs:1.43 Thu Sep 12 20:10:00 2019 +++ src/sys/rump/listsrcdirs Thu Sep 12 21:10:19 2019 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: listsrcdirs,v 1.43 2019/09/12 20:10:00 bad Exp $ +# $NetBSD: listsrcdirs,v 1.44 2019/09/12 21:10:19 bad Exp $ # # @@ -80,6 +80,15 @@ include_headerlist () ARCHS="amd64 i386 x86 arm evbarm sparc sparc64 powerpc evbppc mips evbmips aarch64 riscv" ARCHS_EXTRA="arm/arm32 Makefile" +# files listed in src/tools/Makefile.nbincludes +ARCH_EXTRA="$ARCH_EXTRA ews4800mips/include/pdinfo.h +ews4800mips/include/vtoc.h +dreamcast/include/endian_machdep.h +evbsh3/include/endian_machdep.h +hpcsh/include/endian_machdep.h +landisk/include/endian_machdep.h +mmeye/include/endian_machdep.h +sh3/include/endian_machdep.h" # sources necessary for building rump kernel components. This list # depends on TOOLS_BUILDRUMP=yes.