diff options
author | scottl <scottl@FreeBSD.org> | 2007-05-09 15:55:45 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2007-05-09 15:55:45 +0000 |
commit | 389651d8d81f22c0ff6d6e246edb7a86d021d096 (patch) | |
tree | f0f10f1564fc73c4fe31eded8bc8ae2fbce6120c /sys/modules/Makefile | |
parent | 8531fb6bb28e0296c5987623d099b38a08ba798a (diff) | |
download | FreeBSD-src-389651d8d81f22c0ff6d6e246edb7a86d021d096.zip FreeBSD-src-389651d8d81f22c0ff6d6e246edb7a86d021d096.tar.gz |
It turns out that the hptiop driver isn't portable after all. Confine it to
amd64 and i386 for now.
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 7d0adde..748a92e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -93,8 +93,8 @@ SUBDIR= ${_3dfx} \ ${_hfa} \ hifn \ hme \ + ${_hptiop} \ ${_hptmv} \ - hptiop \ hwpmc \ ${_i2c} \ ${_ibcs2} \ @@ -426,6 +426,7 @@ _ctau= ctau _cx= cx _dpt= dpt _ex= ex +_hptiop= hptiop _hptmv= hptmv _ichwd= ichwd _ida= ida @@ -478,6 +479,7 @@ _ed= ed _em= em _exca= exca _ext2fs= ext2fs +_hptiop= hptiop _hptmv= hptmv _i2c= i2c _ichwd= ichwd |