summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2009-05-21 17:09:23 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2009-05-21 17:09:23 +0000
commit67bb7ab2860bbb9d97462a20d15781c8e52ab1d0 (patch)
treec8a63b2b41d0607a26a4d237fc1d1f531c7f4546 /sys/modules
parent4510d2475af4b4caadc602f46fdfa10a043fcf6a (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile7
-rw-r--r--sys/modules/amdtemp/Makefile8
-rw-r--r--sys/modules/k8temp/Makefile8
3 files changed, 12 insertions, 11 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 08218ff7bfb9..2d415b23a616 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -17,6 +17,7 @@ SUBDIR= ${_3dfx} \
aic7xxx \
aio \
${_amd} \
+ ${_amdtemp} \
ale \
amr \
${_an} \
@@ -143,7 +144,6 @@ SUBDIR= ${_3dfx} \
${_ixgb} \
jme \
joy \
- ${_k8temp} \
kbdmux \
krpc \
kue \
@@ -455,6 +455,7 @@ _zfs= zfs
_aac= aac
_acpi= acpi
_ahb= ahb
+_amdtemp= amdtemp
_arcmsr= arcmsr
_arl= arl
_asr= asr
@@ -479,7 +480,7 @@ _ipw= ipw
_ipwfw= ipwfw
_iwi= iwi
_iwifw= iwifw
-_ixgb= ixgb
+_ixgb= ixgb
_mly= mly
_nfe= nfe
_nve= nve
@@ -508,6 +509,7 @@ _aac= aac
_acpi= acpi
_agp= agp
_an= an
+_amdtemp= amdtemp
_arcmsr= arcmsr
_cardbus= cardbus
_cbb= cbb
@@ -544,7 +546,6 @@ _ips= ips
_ipw= ipw
_ipwfw= ipwfw
_ixgb= ixgb
-_k8temp= k8temp
_linprocfs= linprocfs
_linsysfs= linsysfs
_linux= linux
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>
diff --git a/sys/modules/k8temp/Makefile b/sys/modules/k8temp/Makefile
deleted file mode 100644
index 32909ad506b8..000000000000
--- a/sys/modules/k8temp/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/k8temp
-
-KMOD= k8temp
-SRCS= k8temp.c bus_if.h device_if.h pci_if.h
-
-.include <bsd.kmod.mk>