Apparently new source files need to be added to each Makefile.inc

individually.  Who comes up with this kind of crappy build infra?
This commit is contained in:
pooka 2015-04-22 20:10:56 +00:00
parent 865eb803ee
commit 79729d845f
4 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.3 2014/02/12 22:28:43 pooka Exp $
# $NetBSD: Makefile.inc,v 1.4 2015/04/22 20:10:56 pooka Exp $
#
# some stubs
@ -8,4 +8,4 @@ SRCS+= rumpcrud.c
SRCS+= kobj_machdep.c
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
SRCS+= rump_generic_cpu.c rump_generic_pmap.c
SRCS+= rump_generic_abi.c rump_generic_cpu.c rump_generic_pmap.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.4 2014/06/17 08:50:48 alnsn Exp $
# $NetBSD: Makefile.inc,v 1.5 2015/04/22 20:10:56 pooka Exp $
CPPFLAGS+= -DARCH_ELFSIZE=32
@ -6,4 +6,4 @@ CPPFLAGS+= -DARCH_ELFSIZE=32
SRCS+= kobj_machdep.c
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
SRCS+= rump_generic_cpu.c rump_generic_pmap.c
SRCS+= rump_generic_abi.c rump_generic_cpu.c rump_generic_pmap.c

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile.inc,v 1.2 2014/02/12 22:28:43 pooka Exp $
# $NetBSD: Makefile.inc,v 1.3 2015/04/22 20:10:56 pooka Exp $
CPPFLAGS+= -DARCH_ELFSIZE=32
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
SRCS+= rump_generic_abi.c
SRCS+= rump_generic_cpu.c rump_generic_kobj.c rump_generic_pmap.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 2014/03/07 05:49:05 matt Exp $
# $NetBSD: Makefile.inc,v 1.6 2015/04/22 20:10:56 pooka Exp $
.if ${MACHINE_ARCH} == "powerpc" \
|| (defined(MLIBDIR) && "${MLIBDIR}" == "powerpc")
@ -8,4 +8,5 @@ CPPFLAGS+= -DARCH_ELFSIZE=64
.endif
.PATH: ${RUMPTOP}/librump/rumpkern/arch/generic
SRCS+= rump_generic_abi.c
SRCS+= rump_generic_cpu.c rump_generic_kobj.c rump_generic_pmap.c