mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
7 lines
164 B
Makefile
7 lines
164 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/viapm
|
|
KMOD = viapm
|
|
SRCS = device_if.h bus_if.h iicbb_if.h isa_if.h pci_if.h smbus_if.h \
|
|
opt_isa.h viapm.c
|
|
|
|
.include <bsd.kmod.mk>
|