Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / powermng / intpm / Makefile
1 # $FreeBSD: src/sys/modules/i2c/controllers/intpm/Makefile,v 1.1 2002/03/23 15:48:42 nsouch Exp $
2
3 .PATH:          ${.CURDIR}/../../../../bus/pci
4 KMOD            = intpm
5 SRCS            = device_if.h bus_if.h iicbus_if.h smbus_if.h pci_if.h \
6                   opt_intpm.h intpmreg.h intpm.c
7
8 .include <bsd.kmod.mk>