c17d43407f
- VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup
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>
|