mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
10 lines
282 B
Makefile
10 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/sound/pci/hda
|
|
|
|
KMOD= snd_hda
|
|
SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h hdac_if.h
|
|
SRCS+= hdaa.c hdaa.h hdaa_patches.c hdac.c hdac_if.h hdac_if.c
|
|
SRCS+= hdacc.c hdac_private.h hdac_reg.h hda_reg.h hdac.h
|
|
|
|
.include <bsd.kmod.mk>
|