Re: Building kernel with no sound

2018-01-15 Thread Ian Lepore
On Mon, 2018-01-15 at 19:14 +0100, Alexander Sieg wrote: > Hey, > i´m trying to build a custom kernel with no sound support build in. > > This is my make.conf: > MALLOC_PRODUCTION=true > KERNCONF=MYKERNEL #GENERIC-NODEBUG > DEVELOPER=yes > > and this is my kernel configuration: > include GENERIC-

Re: Building kernel with no sound

2018-01-15 Thread Freddie Cash
On Mon, Jan 15, 2018 at 10:14 AM, Alexander Sieg wrote: > Hey, > i´m trying to build a custom kernel with no sound support build in. > > This is my make.conf: > MALLOC_PRODUCTION=true > KERNCONF=MYKERNEL #GENERIC-NODEBUG > DEVELOPER=yes > > and this is my kernel configuration: > include GENERIC-N

Building kernel with no sound

2018-01-15 Thread Alexander Sieg
Hey, i´m trying to build a custom kernel with no sound support build in. This is my make.conf: MALLOC_PRODUCTION=true KERNCONF=MYKERNEL #GENERIC-NODEBUG DEVELOPER=yes and this is my kernel configuration: include GENERIC-NODEBUG ident MYKERNEL nodevicesound # Generic sound dr