mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -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
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/sound/pci
|
|
|
|
KMOD= snd_maestro3
|
|
SRCS= device_if.h bus_if.h pci_if.h
|
|
SRCS+= maestro3.c
|
|
|
|
CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
|
|
|
|
.include <bsd.kmod.mk>
|