build GENERIC64 only on ofppc64 (doesn't build, but a least fails
somewhat sanely, instead of trying to build the wrong things.)
This commit is contained in:
parent
8ffab477bd
commit
61dc041bb6
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.9 2008/05/01 01:58:10 garbled Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.10 2019/11/18 01:11:14 mrg Exp $
|
||||
#
|
||||
# etc.ofppc/Makefile.inc -- ofppc-specific etc Makefile targets
|
||||
#
|
||||
@ -6,10 +6,18 @@
|
||||
# If you change the list of distributed kernels, don't forget
|
||||
# to update the release documentation in distrib/notes/common/contents
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
|
||||
BUILD_KERNELS+= INSTALL
|
||||
|
||||
.else
|
||||
|
||||
KERNEL_SETS= GENERIC64
|
||||
|
||||
.endif
|
||||
|
||||
MD_INSTALLATION_DIRS= installation/netboot
|
||||
|
||||
INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user