diff options
author | mdodd <mdodd@FreeBSD.org> | 2002-06-03 09:13:22 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2002-06-03 09:13:22 +0000 |
commit | ff7e1ba7e507ad564da055c65c5548c9c3c16fd4 (patch) | |
tree | a52c509588afc3987079f5e370248b16c0300df2 /sys | |
parent | db454a65d43519bcfa34876f215c84cc0b817ab1 (diff) | |
download | FreeBSD-src-ff7e1ba7e507ad564da055c65c5548c9c3c16fd4.zip FreeBSD-src-ff7e1ba7e507ad564da055c65c5548c9c3c16fd4.tar.gz |
- Add 'hea'.
- Compile 'hfa' only on i386 (for now).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index d81f736..148a56e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -27,7 +27,6 @@ SUBDIR= 3dfx \ fdc \ fxp \ gx \ - hfa \ if_disc \ if_ef \ if_gif \ @@ -137,6 +136,8 @@ SUBDIR+=aac \ fe \ fpu \ gnufpu \ + hea \ + hfa \ ibcs2 \ iir \ linprocfs \ |