mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 23:00:45 -05:00
10 lines
200 B
Makefile
10 lines
200 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../../pci
|
||
|
|
KMOD = alpm
|
||
|
|
CFLAGS += -DALPM_SMBIO_BASE_ADDR=0xbc00
|
||
|
|
SRCS = device_if.h bus_if.h iicbus_if.h smbus_if.h pci_if.h \
|
||
|
|
alpm.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|