Use MACHINE_ARCH instead of ARCH
This commit is contained in:
@@ -13,8 +13,8 @@ MAN=
|
||||
|
||||
BINDIR?= /usr/sbin
|
||||
|
||||
CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${ARCH}
|
||||
CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
|
||||
CPPFLAGS+= -I${NETBSDSRCDIR}
|
||||
|
||||
.include "arch/${ARCH}/Makefile.inc"
|
||||
.include "arch/${MACHINE_ARCH}/Makefile.inc"
|
||||
.include <minix.bootprog.mk>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.include <bsd.own.mk>
|
||||
|
||||
#Arch-specific sources
|
||||
.PATH: ${.CURDIR}/arch/${ARCH}
|
||||
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
|
||||
SRCS+= vm.c pagetable.c #util.S
|
||||
|
||||
Reference in New Issue
Block a user