193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
13 lines
227 B
Makefile
13 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/malo
|
|
|
|
KMOD = if_malo
|
|
SRCS = if_malo.c if_malohal.c if_malo_pci.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h opt_malo.h
|
|
|
|
opt_malo.h:
|
|
echo '#define MALO_DEBUG 1'> $@
|
|
|
|
.include <bsd.kmod.mk>
|