Home | History | Annotate | Line # | Download | only in spkr
Makefile revision 1.8.2.1
      1  1.8.2.1     isaki # $NetBSD: Makefile,v 1.8.2.1 2019/05/07 15:01:50 isaki Exp $
      2      1.1  pgoyette 
      3      1.1  pgoyette .include "../Makefile.inc"
      4      1.1  pgoyette 
      5  1.8.2.1     isaki .PATH:	${S}/dev/isa
      6      1.1  pgoyette 
      7      1.1  pgoyette KMOD=	spkr
      8      1.1  pgoyette IOCONF=	spkr.ioconf
      9      1.4  christos SRCS=	spkr.c spkr_pcppi.c
     10      1.1  pgoyette 
     11      1.6  pgoyette .PATH:	${S}/dev
     12  1.8.2.1     isaki SRCS+=	spkr_audio.c
     13  1.8.2.1     isaki 
     14  1.8.2.1     isaki .PATH:	${S}/dev/audio
     15  1.8.2.1     isaki SRCS+=	audiobell.c
     16      1.6  pgoyette 
     17      1.7  pgoyette CPPFLAGS+=	-DNWSMUX=1
     18      1.1  pgoyette 
     19      1.1  pgoyette .include <bsd.kmodule.mk>
     20