mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
11 lines
215 B
Makefile
11 lines
215 B
Makefile
|
|
.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>
|