Sync amdpm(4) with FreeBSD (and bring in amdsmb(4)).
[dragonfly.git] / sys / dev / powermng / amdsmb / Makefile
1 # $FreeBSD: src/sys/modules/i2c/controllers/amdsmb/Makefile,v 1.1 2005/12/21 15:49:51 ru Exp $
2
3 KMOD=   amdsmb
4 SRCS=   amdsmb.c
5 SRCS+=  device_if.h smbus_if.h pci_if.h bus_if.h
6
7 .include <bsd.kmod.mk>