diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-02-16 21:56:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-02-16 21:56:27 +0000 |
| commit | d4bfe93950e4463931a8a93fb47036f9ace98187 (patch) | |
| tree | 056728de541dc4bb80922f8c5e7a60e0754486c4 /sys/modules | |
| parent | 596c88eeb8a39b9308da5f57e64bc84ed9b2675e (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/ahb/Makefile | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 20f23387648f..976690e97992 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -27,7 +27,6 @@ SUBDIR= \ age \ ${_agp} \ aha \ - ${_ahb} \ ahci \ ${_aic} \ aic7xxx \ @@ -736,9 +735,6 @@ _sbni= sbni _streams= streams _stg= stg _svr4= svr4 -.if ${MK_EISA} != "no" -_ahb= ahb -.endif _cm= cm .if ${MK_SOURCELESS_UCODE} != "no" _ctau= ctau diff --git a/sys/modules/ahb/Makefile b/sys/modules/ahb/Makefile deleted file mode 100644 index f3d7498d6c2d..000000000000 --- a/sys/modules/ahb/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../dev/ahb - -KMOD= ahb -SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h - -.include <bsd.kmod.mk> |
