Add GENERIC_USB to vax kernel sets, but not to sysinst (yet), as bootloader
cannot handle kernels that large (yet).
This commit is contained in:
parent
ff6447e3f3
commit
985c7e15a0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.24 2012/01/15 17:36:55 joerg Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.25 2017/06/26 17:45:56 flxd Exp $
|
||||
#
|
||||
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
|
||||
#
|
||||
|
@ -6,7 +6,7 @@
|
|||
# If you change the list of distributed kernels, don't forget
|
||||
# to update the release documentation in distrib/notes/common/contents
|
||||
|
||||
KERNEL_SETS= GENERIC GENERIC.MP
|
||||
KERNEL_SETS= GENERIC GENERIC.MP GENERIC_USB
|
||||
|
||||
BUILD_KERNELS= INSTALL
|
||||
|
||||
|
|
Loading…
Reference in New Issue