Home | History | Annotate | Line # | Download | only in spkr
Makefile revision 1.8
      1  1.8       rin # $NetBSD: Makefile,v 1.8 2019/02/17 04:05:58 rin Exp $
      2  1.1  pgoyette 
      3  1.1  pgoyette .include "../Makefile.inc"
      4  1.1  pgoyette 
      5  1.5  christos .PATH:	${S}/dev/isa ${S}/dev
      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.6  pgoyette SRCS+=	spkr_audio.c audiobell.c
     13  1.6  pgoyette 
     14  1.7  pgoyette CPPFLAGS+=	-DNWSMUX=1
     15  1.1  pgoyette 
     16  1.1  pgoyette .include <bsd.kmodule.mk>
     17