diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-03-13 16:08:08 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-03-13 16:08:08 +0000 |
| commit | fc1f75e512df3ae08ea50c496cd6c7e89780b201 (patch) | |
| tree | 69cb71746e0a1bc2159586bec7dc7c5c1be9c138 /sys/modules/amdtemp | |
| parent | 1cbe9ccf464b6dad649d3371558955d900daddba (diff) | |
Notes
Diffstat (limited to 'sys/modules/amdtemp')
| -rw-r--r-- | sys/modules/amdtemp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/amdtemp/Makefile b/sys/modules/amdtemp/Makefile new file mode 100644 index 000000000000..1f7cff502ec4 --- /dev/null +++ b/sys/modules/amdtemp/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/amdtemp + +KMOD= amdtemp +SRCS= amdtemp.c bus_if.h device_if.h pci_if.h + +.include <bsd.kmod.mk> |
