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