Home | History | Annotate | Line # | Download | only in hdafg
Makefile revision 1.6.6.1
      1 #	$NetBSD: Makefile,v 1.6.6.1 2019/06/10 22:09:25 christos Exp $
      2 
      3 .include "../Makefile.inc"
      4 .include "${.CURDIR}/Makefile.inc"
      5 
      6 KMOD=	hdafg
      7 
      8 # For non-rump modules, enable HDMI audio
      9 
     10 CPPFLAGS+=	-DHDAUDIO_ENABLE_HDMI
     11 
     12 WARNS=	3
     13 
     14 .include <bsd.kmodule.mk>
     15