1 1.1 pooka # $NetBSD: Makefile.inc,v 1.1 2014/11/19 00:17:10 pooka Exp $ 2 1.1 pooka 3 1.1 pooka # This file is used by modules and rump kernels 4 1.1 pooka 5 1.1 pooka IOCONFDIR:= ${.PARSEDIR} 6 1.1 pooka 7 1.1 pooka .PATH: ${NETBSDSRCDIR}/sys/dev/pci/hdaudio ${IOCONFDIR} 8 1.1 pooka 9 1.1 pooka IOCONF= hdaudio.ioconf 10 1.1 pooka SRCS= hdaudio.c 11 1.1 pooka SRCS+= hdaudio_pci.c 12