1 1.7.8.1 christos # $NetBSD: Makefile,v 1.7.8.1 2019/06/10 22:09:39 christos Exp $ 2 1.1 pgoyette 3 1.1 pgoyette .include "../Makefile.inc" 4 1.1 pgoyette 5 1.7.8.1 christos .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.7.8.1 christos SRCS+= spkr_audio.c 13 1.7.8.1 christos 14 1.7.8.1 christos .PATH: ${S}/dev/audio 15 1.7.8.1 christos SRCS+= audiobell.c 16 1.7.8.1 christos 17 1.7.8.1 christos WARNS= 3 18 1.6 pgoyette 19 1.7 pgoyette CPPFLAGS+= -DNWSMUX=1 20 1.1 pgoyette 21 1.1 pgoyette .include <bsd.kmodule.mk> 22